Forum Discussion
Handle "large" amount of data using API and incremental refresh
Hi Bokazoit
I wanted to check if you’ve had a chance to review the information provided. If you have any further questions, please let us know. Has your issue been resolved? If not, please share more details so we can assist you further.
Thank You.
- Bokazoit1 year ago
Continued Contributor
I am doing my best, but I just don't get a PPU lincens. So I will return asap
- v-karpurapud1 year ago
Community Support
Hi ,
Thank you for the update. Looking forward to your response.- Bokazoit1 year ago
Continued Contributor
Well it timed out again even with PPU 😞
- Bokazoit1 year ago
Continued Contributor
I am actually testing this using the Business Central direct data source within Power BI Desktop and when uploading to Power BI it times out. I have absolutly no idea why such a small amount of data can become such a burden. Nor did the OData feed work, and from my understanding from what You wrote I can't supply a web API call since it will not be able to handle query folding.
- v-karpurapud1 year ago
Community Support
Hi Bokazoit
The main challenge is not the 3.5M rows themselves, but how the query executes within the Power BI Service. If query folding is lost or the dataset exceeds Pro workspace limits, the Service attempts to process the entire dataset locally, resulting in timeouts. Since you have already tested both the Business Central connector and OData.Feed, and confirmed that folding is maintained but issues persist, the likely constraint is the Pro workspace capacity (2-hour refresh limit and 1 GB compressed model size). To address this, consider reducing the data history window during testing, removing unnecessary columns to minimize model size, or upgrading to Premium/PPU capacity for more reliable incremental refresh. If these steps do not resolve the problem, it is advisable to raise a Microsoft Fabric support ticket. Please include relevant error screenshots and a summary of your troubleshooting steps to assist the support team in identifying a solution.You can use the following link to create a Microsoft Support ticket:
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
Regards,
Microsoft Fabric Community Team.- Bokazoit1 year ago
Continued Contributor
So what You are saying is that the limit is in the engine, because I have a working load of the dataset using my current data warehouse in a Pro enviroment, but switching to Power BI connection is a bad idea?