Forum Discussion
Large datasets
- 8 months ago
Hi ganaa0810,
The main challenge isn't the size of your PBIX file on desktop, but rather the full refresh that occurs after every model change in the Power BI Service. Even though your PBIX is only 230 MB locally, publishing a model with incremental refresh enabled causes the Service to rebuild the entire dataset once, including all historical data. This process can exceed Pro capacity limits or result in connection timeouts since the Service tries to load two years of data at once. This is expected behavior for Pro: after any model change, incremental refresh can't reuse previous partitions and must reprocess everything. Premium/PPU offers more capacity, faster refreshes, and advanced features like loading data without reprocessing all history. Your approach is correct, but your model has reached a size where Pro struggles during the initial full refresh. On Power BI Pro, you can temporarily reduce the refresh window (such as loading only 6 months), publish, and then expand the window. For a more stable solution, consider moving to PPU or Premium for better handling of large historical data loads.
Thank you.
Hey ganaa0810 ,
without knowing the size of the semantic model in Power BI Desktop (meaning locally), it's not possible to say if you are hitting the Pro size limit of 1 GB.
Incremental refresh does not help you overcome this limit; it only loads data faster by adding chunks of data (the increment) to an existing model, but the total size cannot exceed the size limit set by the licensing.
For Power BI Pro this limit is 1 GB for a semantic model in the Power BI Service.
Regards,
Tom