Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

How many API Calls dose in a minuet ?

Dears, 

 

Is it possible to know how many API calls that done per minuet? usually all APIs has a limitation so let say you have a 20 calls per minuet so to calculate how many second that i will delay the next call or t he next batch i need to know haw many call that the Power Query hit the API per minuet. 

 

Is that possible?  I'm using the power bi desktop not the server. 

 

Best Regards

1 Reply

  • mahoneypat's avatar
    mahoneypat
    Microsoft Employee

    Usually you can find that in the API documentation.  FYI that you can delay between calls (or groups of calls) using Function.InvokeAfter.

     

    Regards,

    Pat