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
bsheffer
Continued Contributor
Continued Contributor

trying to suppress rows on values as rows in a matrix

I have a matrix

                             month1 |  month2 | month3 | etc

day | value1        sum(value1)

       | value2        sum(value2)

 

they are linked to a common date table so for each day of each month I have a sum by day for value1 & value2. 

I'm using values on rows to bring the columns to the rows

 

The problem is that value2 only has 1 date per month (1/1/2022, 2/1/2022, etc.).  So my result is  each day has 2 rows but, except for the first day of the month, the row with value2 is blank except for the row header of value2.

how do I suppress the row for value2 if it doesn't have a total for that date?

 

here is the field settings:

bsheffer_0-1669156063597.png

value1 = IC Billing (calculated daily)

value2 = Merchant Income (calculated once a month with an activity date of the first of the month)

1 ACCEPTED SOLUTION
bsheffer
Continued Contributor
Continued Contributor

I ended up creating a new table with the 3 values I needed and created a matrix from that new table.

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@bsheffer , If that is a measure I doubt you can suppress. Try creating a calculation group of the measure and check if it serves the purpose

 

Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display: https://youtu.be/qMNv67P8Go0

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
bsheffer
Continued Contributor
Continued Contributor

I ended up creating a new table with the 3 values I needed and created a matrix from that new table.

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.

Top Solution Authors