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 agoVanessa250919
Helper V
5 years agoOk my fault
Measure = CALCULATE(SUM(VOL_DISTRI[Flag REG])/SUM(VOL_DISTRI[SUM(NB_PARCELS)]))
IT's Ok Now Thanks !