Forum Discussion

BITSMH's avatar
BITSMH
Regular Visitor
4 years ago
Solved

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.

Please try again later or contact support. If you contact support, please provide these details."
 
I deleted a few columns that weren't being used and we upgraded to Premium, but we are still getting the same error. 
 
Here are the details: 
Cluster URI: WABI-US-WEST2-redirect.analysis.windows.net
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 permiumLarge 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

  • 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-msft's avatar
    v-chenwuz-msft
    Community 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 permiumLarge 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.