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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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!
pranit828
Community Champion
Community Champion

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





PBI_SuperUser_Rank@1x.png


Hope it resolves your issue? 
Did I answer your question? Mark my post as a solution!

Appreciate your Kudos, Press the thumbs up button!!
Linkedin Profile

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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