Forum Discussion
Atif
5 years agoResolver I
Issue with SUMX
DIVIDE( SUM(Table1[Purchase Value]), SUMX(ALL(Table1), Table1[Purchase Value])) The above formula works fine without any filters. Since I am using ALL function, the filtered numerator still gets...
- 5 years ago
Thank you, sanalytics !
A minor tweaking and it worked.DIVIDE( SUM(Table1[Purchase Value]), CALCULATE(SUM(Table1[Purchase Value]), ALL(Table1[Brand])))
sanalytics
5 years agoSuper User
Atif ..
Please upload your power bi model and dummy data so that we can have a look..
Regards,
sanalytics
- Atif5 years agoResolver I
Thank you, sanalytics !
A minor tweaking and it worked.DIVIDE( SUM(Table1[Purchase Value]), CALCULATE(SUM(Table1[Purchase Value]), ALL(Table1[Brand])))