Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
74 | |
63 | |
51 | |
47 |
User | Count |
---|---|
211 | |
86 | |
64 | |
59 | |
56 |