Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have a dynamic ABC measure that calculates top 80% of sales by product nr, further 15% and last 5% (A,B and C products)
using the Microsoft tutorial on Dynamic ABC. Howerer I am unable to perform a count of A,B,C's. Each product is coming from a supplier and is part of a subcategory of products. If i have a table with all products I can see which product is A, which B and C.
But I want to be able to have a table with all suppliers and then a measure to count how many A,B,C product I have for each supplier.
Current measure for Dynamic ABC is the following :
@AlexandruP , Window function with small modification to this
Power BI Window function- Pareto Analysis, 80% of sales, Order by on Measure: https://www.youtube.com/watch?v=UVxiLc_AzSs
or
Power BI Window function- TOP N% with Others: https://youtu.be/rQElaRoPbUA
can help
or