Forum Discussion
Performance Boost repetitive Measures
- 1 year ago
Hi showy ,
When working with a large-scale Power BI data model including a fact table with ~20 million records and ~1 million unique items managing dynamic pricing levels (Level10 to Level90) using separate measures can significantly degrade performance and maintainability. To improve performance and simplify your model, it’s essential to consolidate logic, minimize measure duplication, and reduce computational overhead during visuals rendering.
1. Normalize Pricing Levels in Power Query
2. Create a Disconnected Slicer Table for Price Levels
3. Write a Single Dynamic Measure
Hope this helps.
Warm regards,
Chaithra E.
Can I have the full pbix to try optimizing performance?
Thanks for your effort.
Unfortunately, I cannot upload the large data set as it contains company values.
I could create a Dim_Item_extended and a Dim_FCA_Storage that have the same number as the real data.
However, I cannot display the F_Itemledger with the 20 million data points.
Do you have any idea how this could be solved?