I need to create a dashboard in which dropdown will have two values "Yesterday" and "last week" (basically compares today's data with "Yesterday" and "last week" -- this part is completed).
Now I need to display only today's data in panels before user selects any input from drop-down menu. How can I achieve that ?
Any Solution ?