Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
Hi,
I need to ignore the filter on page level and keep the filter on the same column inside the vizual.
How can I manipulate this issue with DAX?
Solved! Go to Solution.
Hi, @Ritaf
Have you tried measure like:
New Measure =
CALCULATE (
'Table'[Measure],
FILTER ( ALL ( 'Table' ), 'Table'[Category] = MAX ( 'Table'[Category] ) )
)
You can also remove page-level filters and custom visual-level filters for each visual on this page.
Best Regards,
Community Support Team _ Eason
Hi, @Ritaf
Have you tried measure like:
New Measure =
CALCULATE (
'Table'[Measure],
FILTER ( ALL ( 'Table' ), 'Table'[Category] = MAX ( 'Table'[Category] ) )
)
You can also remove page-level filters and custom visual-level filters for each visual on this page.
Best Regards,
Community Support Team _ Eason
Please check this example Solved: Ignore page level filter in Measure - Microsoft Power BI Community
Thanks,
Ritesh
Hi,
Thank you for your response, but this is not my case.
I have a category with names and need to show measures filtered by every category on a specific visual.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
75 | |
70 | |
47 | |
41 |
User | Count |
---|---|
64 | |
41 | |
31 | |
30 | |
28 |