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 Replies
- ERD
Community Champion
- Vanessa250919
Helper V
I try but in % is not correct
- ERD
Community Champion
Measure 3 = [Measure2] / [Measure1]
and then display values as percenatges.
- Vanessa250919
Helper V
Ok my fault
Measure = CALCULATE(SUM(VOL_DISTRI[Flag REG])/SUM(VOL_DISTRI[SUM(NB_PARCELS)]))IT's Ok Now Thanks !
- Vanessa250919
Helper V
I need this result :
(8998079*100/13229208) = 68.02%