Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
5 | |
4 | |
4 |