Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
I had no issue with this report before, but today when the scheduled refresh failed, also fails when I manually refresh it from the online workspace.
However I had no issue doing data refresh in the desktop version.
Below is the error message.
{"error":{"code":"DM_GWPipeline_Gateway_CompressedDataSizeForPacketExceededError","pbi.error":{"code":"DM_GWPipeline_Gateway_CompressedDataSizeForPacketExceededError","parameters":{},"details":[],"exceptionCulprit":1}}} Table: Downtime_filename_info.
I tried re-publishing it and it still fails refreshing on the web.
Solved! Go to Solution.
Hi @Sora ,
Based on your description and the error code provided, the problem appears to be related to the size of the data processed during the refresh operation exceeding the allowable limit for a single packet passing through the local data gateway.
I checked the documentation, which indicates that the exact limit is 10 GB of uncompressed data per table.If you are experiencing this issue, there are good ways to optimize and avoid it. In particular, reduce the use of highly constant long string values in favor of normalized keys. Or, if columns are not used, removing them can help.
Of course, you can also try to configure incremental refresh for that dataset to avoid the data overload issue.
Troubleshoot gateways - Power BI | Microsoft Learn
Incremental refresh for semantic models and real-time data in Power BI - Power BI | Microsoft Learn
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Sora ,
Based on your description and the error code provided, the problem appears to be related to the size of the data processed during the refresh operation exceeding the allowable limit for a single packet passing through the local data gateway.
I checked the documentation, which indicates that the exact limit is 10 GB of uncompressed data per table.If you are experiencing this issue, there are good ways to optimize and avoid it. In particular, reduce the use of highly constant long string values in favor of normalized keys. Or, if columns are not used, removing them can help.
Of course, you can also try to configure incremental refresh for that dataset to avoid the data overload issue.
Troubleshoot gateways - Power BI | Microsoft Learn
Incremental refresh for semantic models and real-time data in Power BI - Power BI | Microsoft Learn
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hello @Sora ,
in power bi desktop go to power query and try refreshing this table "Downtime_filename_info." from power query.
Proud to be a Super User! | |
User | Count |
---|---|
36 | |
32 | |
20 | |
11 | |
8 |
User | Count |
---|---|
54 | |
43 | |
28 | |
13 | |
11 |