Forum Discussion
Maria_Maria
4 years agoHelper II
Bing API alternative
Hi! I have a set of addresses and I need to populate a map in one of the dashboards I am creating with them/ To create longtitude and latitude I used Bing API, but it has very small requests limit...
- 4 years ago
Hi Maria_Maria
You can use the InvokeAfter() function to throttle your API calls and stay within the limits
https://blog.crossjoin.co.uk/2015/04/30/using-function-invokeafter-in-power-query/
Solved: Delay a web query before calling it - Microsoft Power BI Community
Regards
Phil
PhilipTreacy
4 years agoSuper User
Hi Maria_Maria
You can use the InvokeAfter() function to throttle your API calls and stay within the limits
https://blog.crossjoin.co.uk/2015/04/30/using-function-invokeafter-in-power-query/
Solved: Delay a web query before calling it - Microsoft Power BI Community
Regards
Phil
- Maria_Maria4 years agoHelper II
PhilipTreacy thanks!!!