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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply

Matrix Table: Display the value on the Top Hierarchy only

Hi,
I needed to remove the repeating values (circled in red) 
the measure is Planted = CALCULATE(SUMX(value), ALL(Location), ALL(Sub Customer))

EvanGetsItDone_0-1683035464429.png

 


I just want the value to be shown on the top most and not repeat below. 

Thanks!

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @EvanGetsItDone 

 

You can try the following methods.

vzhangti_0-1683166113578.png

[Planted] is a measure.

Measure = IF(HASONEVALUE('Table'[Sub Customer]),BLANK(),[Planted])

vzhangti_1-1683166148551.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-zhangti
Community Support
Community Support

Hi, @EvanGetsItDone 

 

You can try the following methods.

vzhangti_0-1683166113578.png

[Planted] is a measure.

Measure = IF(HASONEVALUE('Table'[Sub Customer]),BLANK(),[Planted])

vzhangti_1-1683166148551.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

How wouid I tweak the measure if i wanted location 2 to be on top so highest planted number was first and then decending the rest so location 1 in this case.  I all already have child values in hierarchy table

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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