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

create measure that do not consider x-axis hierarchy, while measure components do consider.

In shared document you will see measure "Final Balance", in Table "DateHelper". This measure is categorised by OperationsStatus (which itself is hierarcy level on x-axes), becouse components of "Final Balance" is categorised by OperationsStatus. 
I need to calculate "Final Balance" in such way that it does not care aboute OperationStatus. In other words,  I need to calculate sum of measures, that the sum do not consider x-axis hierarcy level("OperationsStatus"), while components of the sum do. 
Here is the link: https://drive.google.com/file/d/1aJFnisiBNVrPQdX1a1VXxqNPufMO1xp4/view?usp=sharing 
  

1 ACCEPTED SOLUTION
Mariusz
Community Champion
Community Champion

Hi @giorgi_lommidd 

 

You can try something like.

Measure = 
CALCULATE( 
    [Your Measure or Aggregation],
    ALL( 'Table'[OperationsStatus] ) 
)

ps. I've tried to access your GD file but permissions are not set.

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
Mariusz Repczynski

 

View solution in original post

2 REPLIES 2
Mariusz
Community Champion
Community Champion

Hi @giorgi_lommidd 

 

You can try something like.

Measure = 
CALCULATE( 
    [Your Measure or Aggregation],
    ALL( 'Table'[OperationsStatus] ) 
)

ps. I've tried to access your GD file but permissions are not set.

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
Mariusz Repczynski

 

I have accested your answer as solution by mistake 🙂 
I have already tried you approach, but it does not work for my case . 
Please send notfication on vie this link:  https://drive.google.com/file/d/1aJFnisiBNVrPQdX1a1VXxqNPufMO1xp4/view?usp=sharing 

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.