Forum Discussion
dfs29
3 years agoHelper I
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 want .... because I would like to have 498:15:00 for each rows of _test column and not the same result that my column "total(hm)"
Hi, dfs29
Plesase try measure formula like:
_test = SUMX ( VALUES ( 'cache Activite_Hiera'[CO] ), [_Total (hm)] )Best Regards,
Community Support Team _ Eason