Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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.
User | Count |
---|---|
84 | |
80 | |
69 | |
46 | |
46 |
User | Count |
---|---|
106 | |
50 | |
49 | |
40 | |
39 |