Forum Discussion
Syndicate_Admin
Administrator
3 years agoDisplay information from yesterday's data.
Hello how are?
I am interested in creating a button where I show the complete information but yesterday. Try doing it with bookmarks but it is very limiting for me, I have several filters that I apply on my board and it gets very complicated. There is some alternative where I can make some kind of button that filters yesterday's data on my dashboard, and also shows me the default values.
Thanks a lot!
1 Reply
- amitchandak
Super User
Syndicate_Admin , Looking at description bookmarks seem best option
You can have a slicer with yesterday's value to save
Create this column use in slicer and save it on yesterday
Date Type = SWITCH(TRUE(),'Date'[Date]=TODAY(),"Today",'Date'[Date]=TODAY()-1,"Yesterday",'Date'[Date]&"")