Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
wiselyman3
Helper II
Helper II

Filter Matrix for first level of matrix only

Hi All, 

I am trying to filter this matrix to only include values greater than 1 for the first row heirarchy. However, when I drill down using the plus button, I still want to see those totals that may equal 1. Below is an example table: 

wiselyman3_0-1715027038872.png

So, in this example, I would want to filter out "Tim" while still being able to see the others. I want to filter by the group total, not the subtotals.  Thank you for your help!

4 REPLIES 4
Greg_Deckler
Community Champion
Community Champion

@wiselyman3 Sounds like a Complex Filter like IF( ISINSCOPE( 'Table'[Name] ) && [Count of Name] = 1, 0, 1 )

The Complex Selector - Microsoft Fabric Community



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler , the Count of Name value in the Matrix is not an actual Measure, its just one of the default aggregations when i put this field into the matrix "Values". So the && [Count of Name] is not working here

@wiselyman3 Just replace with COUNT('Table'[Name]) or COUNTROWS maybe.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Apologies @Greg_Deckler but I am still not sure how to execute this and make it filter the matrix. I have the measure written, but cannot get any farther than that currently

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Solution Authors