Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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.
Solved! Go to Solution.
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.
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.
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |