Forum Discussion
Vanessa250919
Helper V
5 years ago% Difference with Flag
Hello Community, I'm newbie in Dax, I need a formula to calculate % difference between SUM (NB_PARCELS ) and SUM( FLAG Reg), it's possible ?
- 5 years ago
ERD
Community Champion
5 years ago- Vanessa2509195 years ago
Helper V
I try but in % is not correct
- ERD5 years ago
Community Champion
Measure 3 = [Measure2] / [Measure1]
and then display values as percenatges.
- Vanessa2509195 years ago
Helper V
Ok my fault
Measure = CALCULATE(SUM(VOL_DISTRI[Flag REG])/SUM(VOL_DISTRI[SUM(NB_PARCELS)]))IT's Ok Now Thanks !