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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors