Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Suryakant_99
Frequent Visitor

How to handle the power BI refresh time limit while having multiple refreshing report request.

Hello everyone,

 

I want to know is there any way to trigger multiple refresh request using power bi client library in a given time.

As per need, we want to trigger multiple report refresh request, but that refresh request are failed due to the Power BI client has limitation.

The error message which show in browser console - "Power bi client library failed to refresh the report because power bi report refresh has limit that 1 request(s) every 15 seconds."

 

So how can we handle this.

1 ACCEPTED SOLUTION
Suryakant_99
Frequent Visitor

We can avoid that Power BI Limitation and allow to refresh report using exponential backoff technique.

Exponential backoff mechanism that waits longer between each retry, starting with a base delay (e.g., 15 seconds as per the rate limit) and increasing the wait time exponentially in case of consecutive rate limit errors. Optionally, add a random jitter to prevent the thundering herd problem.

View solution in original post

4 REPLIES 4
Suryakant_99
Frequent Visitor

We can avoid that Power BI Limitation and allow to refresh report using exponential backoff technique.

Exponential backoff mechanism that waits longer between each retry, starting with a base delay (e.g., 15 seconds as per the rate limit) and increasing the wait time exponentially in case of consecutive rate limit errors. Optionally, add a random jitter to prevent the thundering herd problem.

lbendlin
Super User
Super User

What are you trying to achieve?  If you need real time performance, use real time datasets  (Streaming Hybrid, for example)

I'm trying to add bookmark and refresh the report each time a bookmark added.

This is not related to any performance issue.

We are basically rendering power bi report inside our angular application, and we are calling power bi client library to refresh the report and power bi client library throw error saying that "failed to refresh the report because power bi report refresh has limit that 1 request(s) every 15 seconds."

So, I want to know, is there any way to get rid of power bi refresh time limit ?

I'm trying to add bookmark and refresh the report each time a bookmark added.

Note that "report refresh"  and "semantic model refresh" are different things.

 

What you are looking for seems to be APR (automatic page refresh) and the limits for that are set on capacity level. Talk to your capacity admin.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.