Forum Discussion
kinkheong
9 years agoNew Member
Multiple requests for a single Get Data and Refresh Data with Web Data Source
It seem like for a single Web Data Source query Power BI Desktop is issuing a number of requests for the URL and the number of requests for the URL for a single query increases as the records to be r...
MABottiglieri
5 years agoNew Member
Hi I'm having the same problem, Power BI Desktop makes multiple queries to the same API.
as long the API service takes time to reply, PowerBI starts a new query to the same API.
this is the code I'm using to make the query:
Json.Document(Web.Contents("http://localhost:5001/api/crud/v2/read/bookingDesk"))
are there any configurations that I can set to fix this problem? some limit to the maximum request number?
thanks and regards,
Manuel Andr'e Bottiglieri