Forum Discussion
mafaber
6 years agoHelper II
Different Measure Total using SUMX
Hi, I would like to change how my measure calculates the total. For that I'm using the HASONEFILTER function and that works just fine, it correctly evaluates the first expression for each value r...
- 6 years ago
Try something like this for the total:
Measure2 = SUMX( SUMMARIZE( 'Table'; 'Table'[Category]; "Value" ; [Measure] ) ; [Value] )
Br,
J