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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

Reply
UserMFA
Frequent Visitor

Matrix duplicate total value to child

Hello All,
I have a Power BI that shows Matrix like below 
Iwont to have blank values on childs and only show the total to the parent (here in Yellow)

Capture.PNG

 

Any help please or suggestion to do this
thank you guys !!

1 ACCEPTED SOLUTION
Alf94
Solution Supplier
Solution Supplier

Hi @UserMFA ,

 

Let's assume that the children in your matrix come from a field called City. I think you can try a measure like the following:

 

 

IF(
  NOT( HASONEVALUE( Table[City] ) ),
  [Write your measure]
)

 

If I answered your question, please mark my post as a solution.

 

Best,

View solution in original post

1 REPLY 1
Alf94
Solution Supplier
Solution Supplier

Hi @UserMFA ,

 

Let's assume that the children in your matrix come from a field called City. I think you can try a measure like the following:

 

 

IF(
  NOT( HASONEVALUE( Table[City] ) ),
  [Write your measure]
)

 

If I answered your question, please mark my post as a solution.

 

Best,

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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