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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
paulfink
Post Patron
Post Patron

Show items with no data in a Matrix with multiple rows

Hi all,

 

i have a matrix table that is showing costs over the last 2 years with the costs being split out in the matrix with 3 total levels.

  • Overall Cost
    • Group Cost
      • Individual Cost

 

image.png

 

There should be a couple extra lines, Software Development and Technology Costs.

 

the way this is set up is i have a master list of all costs that are then grouped into related costs like telephone as it has 2 additonal lines under it for more specific costs.

 

i want it so that costs with 0 amounts will still show, but when i click on the fields and hit "show items with no data" it piles all the costs into each other headings even when they are unrelated.

 

how do i fix this so that the only items that should show when they have no data are items in the 2nd level (the items in bold in the image)

 

also, is there a way to stop the other headings being bold when you expand a line? its quite an eye sore

1 ACCEPTED SOLUTION
PaulDBrown
Community Champion
Community Champion

Try:

Show 0 = COALESCE([Cost measure], 0)





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

1 REPLY 1
PaulDBrown
Community Champion
Community Champion

Try:

Show 0 = COALESCE([Cost measure], 0)





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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