Forum Discussion
Anonymous
5 years agoNot applicable
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
- mahoneypatMicrosoft 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