Forum Discussion

Remko1981NL's avatar
Remko1981NL
New Member
2 years ago
Solved

Power Bi api throtteling becoming more aggresive, http error 429 (Too Many Requests)

We make extensive use of the Power Bi API to manage our reports and users. To that end once a week we extract a lot of meta data. Last month we ran into throtteling isseus. Therefore i added a sleep ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Remko1981NL ,

    Here are some suggestions that may help you alleviate this problem:


    1. Try to optimize API calls. Ensure that the application only makes necessary API calls. Sometimes, applications make redundant requests that can be optimized. For example, if you frequently retrieve metadata that changes infrequently, consider caching this information and updating it at longer intervals.


    2. Try Retry mechanism. For detailed information, please refer to the document: Azure service retry guidance - Best practices for cloud applications | Microsoft Learn.


    3. Try leveraging the Power BI Administrator REST API for batch operations. For operations such as metadata extraction, consider using the admin REST API designed for batch operations.


    4. Please check the following links similar to your question, I hope it will be helpful to you: Solved: Power BI Admin Too Many Requests - Microsoft Fabric Community.

     

    If your Current Period does not refer to this, please clarify in a follow-up reply.

     

    Best Regards,

    Clara Gong

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.