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
Anonymous
Not applicable

matrix visuals, don't show rows that sum to 0

I want to visualize in a matrix visual the sum of the balance of different accounts.

Rows = Accounts, column = Balance

 

But I only want to show the row of an account in the matrix visual if the sum of the balance of this account is NOT zero.

Does someone know how to solve this problem?

 

Thanks a lot in advance.

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous,

Can you please share some dummy data to test? they will help us clarify your data structure and test the coding formula.

How to Get Your Question Answered Quickly - Microsoft Power BI Community
Regards,

Moonlight

daXtreme
Solution Sage
Solution Sage

@Anonymous 

 

You can for instance turn 0's into BLANKs in the measure. BLANKs do not show up in visuals. You can also put a filter on the matrix to filter out 0's.

Anonymous
Not applicable

Thanks for your answer.

The problem is the following: 

There is an account "XY" with a sum of balance (150, 50, -200) = 0

-> no data record of balance is zero but the sum is.

So i don't want to show the rows in the matrix visual where the SUM of the balance of an account is zero.

 

I hope you understand what I'm struggling with.

 

 

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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.