Forum Discussion
giorgi_lommidd
Helper I
6 years agocreate 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 "Fina...
- 6 years ago
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
Community Champion
6 years ago
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
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
giorgi_lommidd
Helper I
6 years agoI 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