Forum Discussion

dfs29's avatar
dfs29
Helper I
3 years ago
Solved

Filter ALL

Hello,    I have a problem :  I created a measure with calculate and all like this : " _test = CALCULATE([_Total (hm)],ALL('cache Activite_Hiera'[tact_code])) "   But the result is not what I w...
  • v-easonf-msft's avatar
    v-easonf-msft
    3 years ago

    Hi, dfs29 

    Plesase try measure formula like:

     

    _test =
    SUMX ( VALUES ( 'cache Activite_Hiera'[CO] ), [_Total (hm)] )
    

     

    Best Regards,
    Community Support Team _ Eason