Forum Discussion
Odd Web.Contents behavior making multiple calls to API based on load time
- 5 years ago
There is another method described here: Chris Webb's BI Blog: Speed Up Data Refresh Performance In Power BI Desktop Using Table.View Chris Webb's BI Blog (crossjoin.co.uk)
that might be more reliable.
There is another method described here: Chris Webb's BI Blog: Speed Up Data Refresh Performance In Power BI Desktop Using Table.View Chris Webb's BI Blog (crossjoin.co.uk)
that might be more reliable.
- tkboisvert5 years agoHelper II
While I no longer have the environment to test this, this is the correct answer.
- Conjured5 years agoNew Member
Hello!
I have tried all of the mentioned in this thread solutions, but it doesn't work for me.If I make a new API GET request of data then PQ makes 2 API calls instead of 1.
However, after I have received the data, if I repeat exactly the same query, then PQ makes 1 API call.
Please help, I am stuck.