Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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 |
---|---|
72 | |
68 | |
67 | |
41 | |
39 |
User | Count |
---|---|
48 | |
44 | |
29 | |
28 | |
28 |