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.
Hi I have two slicers (single select), Survey Year and School. I want to set a default value for Survey Year slicer as max of the available years. and School as 'ABC', all the users logging in should see the same values max(year) and 'ABC' as filters even if they select a different one before closing the report.
Survey Year | School |
2010 | ABC |
2010 | DEF |
2010 | CDB |
2010 | XYZ |
2011 | ABC |
2011 | DEF |
2011 | CDB |
2009 | XYZ |
expectation, my slicers should always show max(SURVEY Year), School='ABC'
Thanks for the help everyone
Solved! Go to Solution.
Hi @Anonymous ,
It is not supported to set default slicer value, as a workaround, you can add a bookmark. When a user closes a report, clicking the bookmark button restores the page to the way it was before it was opened.
Create report bookmarks in Power BI to share insights and build stories - Power BI | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
It is not supported to set default slicer value, as a workaround, you can add a bookmark. When a user closes a report, clicking the bookmark button restores the page to the way it was before it was opened.
Create report bookmarks in Power BI to share insights and build stories - Power BI | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.