Forum Discussion
Automatic Update Date Slicer to Today
EVEAdmin , You need to use a workaround
Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA
new columns, needed in date table
Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")
Is Last 30 = if('Date'[Date]>=TODAY()-30 && 'Date'[Date]<=TODAY(),"Today",[Date]&"")
Is Last 90 = if('Date'[Date]>=TODAY()-90 && 'Date'[Date]<=TODAY(),"Last 90 Days",[Date]&"")
- EVEAdmin3 years ago
Post Patron
amitchandak thank you, appreciated.
I added this column to my Calendar table:Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")
However, when I add the column to the slicer, then I loose the option "Between dates", in the formatting pane. And I need to be able to select any random date range.
- amitchandak3 years ago
Super User
EVEAdmin , because that is text column, And that is limitation as of now.
Please log an idea or vote https://ideas.powerbi.com/ideas/