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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Anonymous
Not applicable

How to create a hierarchy of calculated measures?

Hi All,

I have a matrix visual like below.

Where I have 2 calculated measures, Functional Fields and Planning Fields in the values section of the visual.

They are not direct calculations, have dependency with other measures calculation.

Functinal Fields is the aggregation value of another 6 measures. 

Just wanted to check is there any way, we can split "Functional Field" measure to get the detailed layers to deep dive to know in which area my percentage are low?

Or Is it possible in the same matrix visual or do I need to create a drill through page?

Thanks In Advance

tanisha10_0-1597237005677.png

tanisha10_1-1597237135748.png

 

 

1 ACCEPTED SOLUTION
v-kelly-msft
Community Support
Community Support

Hi  @Anonymous ,

 

You may try below measure but may be a little complex in your case:

Measure = IF(ISINSCOPE('Table'[Country]),'Table'[subcategory],IF(ISINSCOPE('Table'[Area ]),'Table'[Category]))

And you will see:

Annotation 2020-08-13 144514.png

'Table'[Subcategory]and 'Table'[Category] are another 2 measures.

 

For the related .pbix file,you may refer to attachment.

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

View solution in original post

2 REPLIES 2
v-kelly-msft
Community Support
Community Support

Hi  @Anonymous ,

 

You may try below measure but may be a little complex in your case:

Measure = IF(ISINSCOPE('Table'[Country]),'Table'[subcategory],IF(ISINSCOPE('Table'[Area ]),'Table'[Category]))

And you will see:

Annotation 2020-08-13 144514.png

'Table'[Subcategory]and 'Table'[Category] are another 2 measures.

 

For the related .pbix file,you may refer to attachment.

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Anonymous
Not applicable

Hi @Anonymous 

 

Unfortunately Hierarchy of calcualted columns in a matrix view is not possible.

Drill through page is the best option.

 

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Regards,
Pranit

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors