Forum Discussion
NewbieJono
Post Partisan
5 years agodefault a date in a filter dropdown
Hello, is there a method to default the date in a filter drop down to todays date ?
- 5 years ago
NewbieJono , You have to create a flag like this
Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")
and default on today
refer my video for that https://www.youtube.com/watch?v=hfn05preQYA
- Anonymous5 years ago
amitchandak
Super User
5 years agoNewbieJono , You have to create a flag like this
Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")
and default on today
refer my video for that https://www.youtube.com/watch?v=hfn05preQYA
NewbieJono
Post Partisan
5 years agois there a method to select todays date automattaclly on refresh. also without changing the date to text "today"