Forum Discussion
KC1234
8 years agoRegular Visitor
Vendor ABC Analysis
Hi all, I am pretty new to Power BI and so far I am enjoying it, however, I am having a great difficulty in using Dax. I want to create a Vendor ABC analysis by spend and can't seem to figure out...
Ashish_Mathur
8 years agoSuper User
Hi,
Please show the exact result which you are expecting.
- Zubair_Muhammad8 years agoCommunity Champion
If you want your ABC analysis to respond to filters you can use ALLSELECTED in Greg's formula
i.e.
Percentile = DIVIDE ( SUM ( Vendors[ SPEND ] ), CALCULATE ( SUM ( Vendors[ SPEND ] ), ALLSELECTED () ) )