Forum Discussion

giorgi_lommidd's avatar
6 years ago
Solved

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 "Fina...
  • Mariusz's avatar
    6 years ago

    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