Forum Discussion
Vanessa250919
3 years agoHelper V
Sum maxx
Hello, I try to have a measure to have a sum for the value for one column . I need in my graph the max value and not a variation value, it's possible ? Thanks in adv.
tamerj1
3 years agoCommunity Champion
NBR_PAR_Max =
MAXX ( VALUES ( 'Table'[Postal Code] ), CALCULATE ( SUM ( 'Table'[NBR_PAR] ) ) )
Vanessa250919
3 years agoHelper V
I try this measure and I have the same result
- tamerj13 years agoCommunity Champion
Vanessa250919
Please provide some sample data along with the expected result.