Forum Discussion
bella769
5 years agoFrequent Visitor
Default slicer date
Hi I have a date slicer which looks like this and my dashboard is refreshed daily with the date/time shown does anyone know how to get the slicer to automatically select the date th...
amitchandak
5 years agoSuper User
bella769 , Try is Today with a difference.
Create a column with today and all dates
Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")
It is a text column, Sort it on your date column. You can select and save on today and other dates are also avaible
refer: https://www.youtube.com/watch?v=hfn05preQYA&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=35