Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hey Power BI Community!
I'm trying to calculate ABC classification for items over different product categories. I've already solved the ABC calculation when I'm working at SKU level (Scenario 1) using this tutorial (https://www.daxpatterns.com/abc-classification/). But there I'm mixing all the product categories and we'd like to see the ABC for each product category or even the ABC for each category and sale store.
I'm having troubles with the DAX formulas in this case. I'd like to get the cumulated percentages, and hence, the ABC calculations by product family as in Scenario 2.
Any ideas here please?
@realexander- I've been taking a look at this and I've been thinking about an ABC measure for quite a bit. Problem that I see is that there is no way to dynamically sort a temp table in a DAX variable that I can find. I believe this would be needed to dynamically do an ABC calculation like what you are trying to do. So, I believe at this point that you would need to create a "static" calculated table for each ABC analysis that you want to do, sort it and then put in your calculated columns. Not optimal. I've reached out to a few folks on this and will post back here if I find out some trick for this.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.