Forum Discussion
Default Dashboard Filter
- 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
Hi lbendlin,
Thank you for this. Can you provide an example? I want the month to still display and I don't want a visible filter for the latest.
- lbendlin1 year ago
Super User
I don't want a visible filter for the latest.UX red flag. Don't hide filters from your users.
- Anonymous1 year agoNot applicable
Hi lbendlin,
I meant I don't want a field in my filter that says "latest". I want it to say the month. For example, if the most recent month complete is August 2024, show August 2024, not "Latest".
- lbendlin1 year ago
Super User
Consider using the Filter Pane and Relative Date filters.