Forum Discussion
Optimizing ABC Analysis in Power BI with Large Sales Data β Exceeding Resources Issue
- 1 year ago
This type of run time calculation on large data will always be slow. I'm not surprised to hear of your issues. Anything you can do to remove unnecessary resource theft will help. I suggest remove the product description from the fact table and put it in a product table, ideally with an integer as the key for the relationship. Also, check the precision of the sales value column. Reducing precision should help, eg round to the nearest integer. Consider summarising the data across dimensions that don't matter for this calculation, eg if your data is at day level of granularity but you only do these calculations at a month level, consider creating a summarised table of data at the month level only for this calculation.
Hello,
You can use visual "Pareto+" to create a graph and table or "Pareto by sio2Graphs" to produce the graph.
The Total Cost is on the left with the cumulative % shown on the right and displayed on the arc. The number of units is on the x-Axis with a random name. I have put the Total units by Class and Percentage by Class in the Tooltips.
If you have hundreds of categories, remove the padding and margins and if the labels wonβt even fit vertically, you can turn off the x-Axis.
sio2Graphs π