Forum Discussion
Suggestion on Large Data Model
Thanks lbendlin, that is already in consideration but the cost is too high for the upgrade.
Is there any best way on reducing this? does removing some measures, functionalities (like dropdown switch of measure), visuals, calculated columns and reducing data modelling within power query will help it?
I have looked all over the place but can't seem to fit to what I am experiencing at the moment.
- lbendlin3 years agoSuper User
Measures play no role in dataset size.
Consider using partitions. Basically incremental refresh but controlled manually. That way you can refresh smaller parts of the dataset one at a time.
- Anonymous3 years agoNot applicable
Calculated column does right?
Do you have any documentation or similar case/topic that shows how partitions work? Thank you very much.
- lbendlin3 years agoSuper User
yes, Calculated Columns do. Use DAX Studio to identify the columns that contribute most.
Incremental refresh for datasets and real-time data in Power BI - Power BI | Microsoft Learn