Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.