cancel
Showing results for 
Search instead for 
Did you mean: 
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
Super User
Super User

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
Super User
Super User

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
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors