Forum Discussion
MathieuF
Helper III
1 year agoAdapt according to the current date
Hello, I have a date filter. Is it possible for this filter to adapt according to the current date. For example, I open my report, I want the end date to be the current date. How do I do this? ...
lbendlin
Super User
1 year ago
- create a string representation of your date column, replace the latest date with a string "Latest"
- sort that new column by the original date column
- add a slicer or visual/page/report level filter
- set the filter to "Latest"
- publish the pbix to the workspace/app