Forum Discussion
Data Exceeded Limit
I set up auto refresh on a report I recently worked on, but the next day received this error:
"The amount of data on the gateway client has exceeded the limit for a single table. Please consider reducing the use of highly repetitive strings values through normalized keys, removing unused columns, or upgrading to Power BI Premium.
Activity ID: dada54c8-f920-493b-8710-cc2ce111bc68
Request ID: a079ea3a-458d-3234-345b-5b79823f844a
Time: 2022-01-24 21:23:51Z
Hi BITSMH ,
You should check this as following.
Firstly, about whether the premium is set correctly. There are various sku premiums and they have different limits on the size of the dataset .Secondly, make sure that the workload behavior of premium capacity is configured correctly in the admin portal.
service admin premium workloads
Thirdly, enable large dataset in power bi permium. Large datasets in the service do not affect the Power BI Desktop model upload size, which is still limited to 10 GB. Instead, datasets can grow beyond that limit in the service on refresh.
Fourth, as the error message says, reduce the use of highly constant, long string values and instead use a normalized key. Add a primary key and move most of the calculations to DAX to limit datasets size, or refer to the method described in this article (How to Minimize Data Load Size for Tables in Power BI ).
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- StefanoGrimaldiResident Rockstar
try running your data model by dax studio or tabular editor where you can run best practice check on your dataset and run performance test to have a better understanding of where its lacking the performance and failing
- v-chenwuz-msftCommunity Support
Hi BITSMH ,
You should check this as following.
Firstly, about whether the premium is set correctly. There are various sku premiums and they have different limits on the size of the dataset .Secondly, make sure that the workload behavior of premium capacity is configured correctly in the admin portal.
service admin premium workloads
Thirdly, enable large dataset in power bi permium. Large datasets in the service do not affect the Power BI Desktop model upload size, which is still limited to 10 GB. Instead, datasets can grow beyond that limit in the service on refresh.
Fourth, as the error message says, reduce the use of highly constant, long string values and instead use a normalized key. Add a primary key and move most of the calculations to DAX to limit datasets size, or refer to the method described in this article (How to Minimize Data Load Size for Tables in Power BI ).
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.