Forum Discussion
Reduce PBIX file size
- 7 months ago
Another option is to use Direct Query instead of Import. This way the data is stored in the SQL database, not in the cloud.
Hi NehaGoel_2203,
Thank you for reaching out to Microsoft Fabric Community.
Thank you cengizhanarslan, Tutu_in_YYC and tayloramy for the prompt response.
Upgrading capacity should be the last option.
Even if all rows are required, large pbix file size is usually because of high cardinality columns, date time precision, auto date/time tables and data types, not just row count. So before upgrading, please try DirectQuery or optimize the model properly (cardinality, date time columns, data types, incremental refresh).
If the dataset is still large after proper modelling, then consider PPU or Fabric capacity.
Thanks and regards,
Anjan Kumar Chippa
We have already upgraded the capacity and successfully adjusted all relevant settings. However, the system is still encountering the CompressDataSize error during the schedule refresh.