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 w...
- 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
dfs29
3 years agoHelper I
Is there anyone to help me please ?
aj1973
3 years agoCommunity Champion
If you share a sample of your PBIX
- dfs293 years agoHelper I
this the first exemple with
_test = CALCULATE([_HM],ALL('cache Activite_Hiera'[CO]) )And my second exemple with your suggestion
_test = CALCULATE([_HM],ALL() )And I would like to have the same number of the column_HM in _test
So who can help me pleaseee
Best regards
- v-easonf-msft3 years agoCommunity Support
Hi, dfs29
Plesase try measure formula like:
_test = SUMX ( VALUES ( 'cache Activite_Hiera'[CO] ), [_Total (hm)] )Best Regards,
Community Support Team _ Eason