Forum Discussion
Suryakant_99
2 years agoFrequent 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...
- 2 years ago
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.