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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
FOXYBARK
Helper III
Helper III

dynamically remove empty rows

Hello. 

Is there a way to remove my empty rows with no values? This matrix has a property slicer so the rows should disappear depending on what property is selected in the slicer. For example, in this picture, Meals, Amenity, etc should not show. I tried to do so a filter on this visual to keep values > $0. That did not work. Any ideas are appreciated. 

 

FOXYBARK_0-1750445006067.png

 

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

@FOXYBARK Use a Complex Selector to filter out the unwanted rows. 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...

View solution in original post

4 REPLIES 4
v-nmadadi-msft
Community Support
Community Support

Hi @FOXYBARK 

May I ask if you have resolved this issue with suggestions provided by @lbendlin , @Greg_Deckler ? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you. 

lbendlin
Super User
Super User

To hide a row in a matrix visual all the cell values in that row need to evaluate to BLANK()

Greg_Deckler
Community Champion
Community Champion

@FOXYBARK Use a Complex Selector to filter out the unwanted rows. 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...

Thank you @Gregg. Initially, the examples seemed like foreign language but I took the simpliest of the Complex Selector examples and started there. I also had to remove the dashes where there was no values in my matrix. It worked. I don't know how it works since I didn't have to place the complex selector matrix anywhere. Great solution though. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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