Forum Discussion
STATIC Classification ABC
- 6 years ago
Hi,
The only way to make it static is to write calculated column formulas. I think it will be easier to solve this question by writing measures but that would make the classification dynamic.
Hi Potterismagik ,
I am not clear about your requirement, if possible could you please inform me more detailed information(such as your expected output and your sample data (by OneDrive for Business))? Then I will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I've upload this simple table :
What I want is to classify in PowerBI all of my products based on the sales (pareto rule) (ABC classification).
My output is for every Product, I want to have a new classification "A" / "B" or "C" .
Output example :
| Product | Total Sales | Cumulated Sales | Cumulated Percentage | ABC |
| A1 | 100 | 100 | 55% | A |
| A2 | 50 | 150 | 83% | B |
| A3 | 20 | 170 | 94% | B |
| A4 | 10 | 180 | 100% | C |
- To be calculated in Power BI
I also want it to be static : when I use a slicer in Power BI I do not want this ABC to be dynamically adjust.
Thanks for your help !
- Ashish_Mathur6 years agoSuper User
Hi,
The only way to make it static is to write calculated column formulas. I think it will be easier to solve this question by writing measures but that would make the classification dynamic.
- Potterismagik6 years agoRegular Visitor
It works, thanks a lot 🙂