Forum Discussion
ThomasWeppler
2 years agoImpactful Individual
ABC customer
Hi Power BI community I try to make a ABC analasic of our customers. I have used this simple DAX-code: ABC = switch(TRUE(), ISINSCOPE('Hoved kunder'[Kunde]), IF ( 'Measure'[Faktureret...
- 2 years ago
ThomasWeppler , Please refer if the Window function can help
Power BI ABC Analysis using Window function, Dynamic Segmentation: https://youtu.be/A8mQND2xSR4
amitchandak
2 years agoSuper User
ThomasWeppler , Please refer if the Window function can help
Power BI ABC Analysis using Window function, Dynamic Segmentation: https://youtu.be/A8mQND2xSR4
ThomasWeppler
2 years agoImpactful Individual
I finnaly got time to look at it. It is a good idea to make a new table as you suggest in the video and use that as a way to filter the table.