Forum Discussion
jerryr125
1 year agoHelper IV
Page - default value for slicing the data
Hi - Question. I have a page in my Power BI application in which I would like to have the visualizations default to a specific slicer value. I have a slicer that lets user select the week # and o...
- 1 year ago
Here is the general approach. Adjust as needed
- 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
1 year agoSuper User
Here is the general approach. Adjust as needed
- 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