Forum Discussion
kenwat
3 years agoRegular Visitor
consecutive Export Rest API "Request is blocked by the upstream service until" ... Export Rest API
Hi All, Need to call power bi rest api to generate multiple pdfs and save them to blob. I run the program in my pc with logic : Run a local file for each row of the file call power bi r...
- 3 years ago
Each API has its own limitation of number of requests that can be processes in each time window.
For "Export to File" API the limitation also depends on the type of the reports you are exporting (Power BI reports / Paginated reports) and the type of the capacity the report resides in (Premium Per User, Premium Per Capacity)
DebbieE
3 years agoCommunity Champion
I have added a Delay for 5 minutes in the for each loop and thaat doesnt seem to have helped either
Im trying to find a solution for this myself. I dont understand how a 5 minute delay hasnt helped this problem?
DebbieE
3 years agoCommunity Champion
Actually this does work for me. A 5 mins delay within the loop seems to have helped