Forum Discussion
jmoedata
2 years agoFrequent Visitor
Default slicer selection to max value
Is there a way to have the value of a slicer to be the max date of the column that the slicer is built from? i.e. if the distinct values in the table are: * 2024-03-01 * 2024-04-01 * 2024-05-01 *...
- 2 years ago
This is the standard pattern in such a scenario:
- 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
lbendlin
Super User
2 years agoThis is the standard pattern in such a scenario:
- 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