Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Good morning! Is it possible to create a default filter/setting for when people enter my report/press clear all filters?
I have a page that you select a date and time for the data, but when you clear data/enter into the page, I want the filter to be the most recent data (I created a measure with Measure = max(datetime))
Thanks so much!
Solved! Go to Solution.
You have two options:
Set your filters as you desire to be the default state and publish the report that way, then train your users to use the "Reset to default" button:
Other option is to create a bookmark capturing the state of your slicers and adding a button that triggers your bookmark, resetting this way the slicers.
Proud to be a Super User!
Thank you very much ray_aramburo for your prompt reply.
Can you tell me if your problem is solved? If yes, please accept it as solution.
Regards,
Nono Chen
You have two options:
Set your filters as you desire to be the default state and publish the report that way, then train your users to use the "Reset to default" button:
Other option is to create a bookmark capturing the state of your slicers and adding a button that triggers your bookmark, resetting this way the slicers.
Proud to be a Super User!