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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi.
I have a Power BI with several pages showing financial figures in various ways.
All pages are filtered by the All pages filter, and is showing financial numbers for current month - expect for one page.
This pages should show financial numbers for current fiscal year.
All pages are using same meassures.
The question is: how can I get this one page to ignore All page filters, and how to apply filters for this page only?
Solved! Go to Solution.
HI @hpandersen,
AFAIK, Dax function not able to extract and recognize the current page number as parameters to use in the if statement. (report level filter also not support to changes filter selection on one page, if you modify filter selections, these changes will apply to all pages)
For these scenarios, I think you can't use one measure formula to ignore the filter effect on specific pages.
In my opinion, I'd like to suggest you use sync slicer to instead, it can turn off the filter effect on the special report page.
Slicers in Power BI#sync-and-use-slicers-on-other-pages
Regards,
Xiaoxin Sheng
HI @hpandersen,
AFAIK, Dax function not able to extract and recognize the current page number as parameters to use in the if statement. (report level filter also not support to changes filter selection on one page, if you modify filter selections, these changes will apply to all pages)
For these scenarios, I think you can't use one measure formula to ignore the filter effect on specific pages.
In my opinion, I'd like to suggest you use sync slicer to instead, it can turn off the filter effect on the special report page.
Slicers in Power BI#sync-and-use-slicers-on-other-pages
Regards,
Xiaoxin Sheng
Hi
I was actually heading in this direction, but I was not aware of the posibilities I had with sync sliders option.
Just what I needed, thanks.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.