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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Nfuentes86
Helper I
Helper I

How to hide Zero Value in Matrix

 I'm trying to  (hide) the columns with (zero) values in the matrix below.  Is there an easy setting to do this or should I create a measure? Trying to hide the columns with 0 values.Trying to hide the columns with 0 values. When I select the filters on this visual and select the columns i need to hide the 0 values, it disappears all my data. In this instance I used "Planned FTE" column for example.When I select the filters on this visual and select the columns i need to hide the 0 values, it disappears all my data. In this instance I used "Planned FTE" column for example.

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

@Nfuentes86 Well, you could write a measure for each one where if the value is 0, return blank, otherwise, display the number.



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...

So would my measure be:

Measure = IF([Planned FTE] = 0, BLANK(), [Planned FTE]) 

@Nfuentes86 Assuming that Planned FTE is a measure, yes. If it is a measure, you might be able to modify it to just return blank on its own, so a final check that if the return value is going to be 0, return blank instead.



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...

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.