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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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