Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hey,
I used https://www.daxpatterns.com/abc-classification-dynamic/ to build the ABC analysis.
I am working with customers and sales. The analysis works but is not exact. Out of 953 users 8 are missing and their sales too.
The rows missing are seemingly random or maybe are saved next to each other on the hard drives, don't know. But they don't have a connection to each other in any other way (Customer, Salesamount, Sale day, sale month, product... ).
The data ist just about the last 3 years and even then not even a million rows. With a slicer i am viewing different years and the numbers missing change from year to year, but they are always the same customers and sales.
Does anyone have an idea why they are missing?
ABCUmsatz =
CALCULATE(
[Gesamtumsatz];
VALUES(rpt_VK_Historie[KNDNR]);
FILTER(
CALCULATETABLE(
ADDCOLUMNS(
ADDCOLUMNS(
VALUES(rpt_VK_Historie[KNDNR]);
"Äußerer Wert"; [Gesamtumsatz]
);
"ZusammengefügterUmsatzProzent"; DIVIDE(
SUMX(
FILTER(
ADDCOLUMNS(
VALUES(rpt_VK_Historie[KNDNR]);
"Innerer Wert"; [Gesamtumsatz]
);
[Innerer Wert] >= [Äußerer Wert]
);
[Innerer Wert]
);
CALCULATE(
[Gesamtumsatz];
VALUES(rpt_VK_Historie[KNDNR])
)
)
);
ALL(rpt_VK_Historie)
);
[ZusammengefügterUmsatzProzent] > [MinUntereGrenze]
&& [ZusammengefügterUmsatzProzent] <= [MaxObereGrenze]
)
)
Thanks for your help 🙂
Ok i figured it out. Now i am using Customer groups and Sales. For some reason that works correctly. And if i need the customers it is no problem to just display those out of the customergroups.
Nevermind. The values are corrct again but if a customer is in group A B or C depends now on which customers group he is in. Not exactly what i was looking for.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |