Forum Discussion
huongthu
3 years agoFrequent Visitor
How to call an API multiple times using cursor param in power query
I want to get data from the API described in the following path using powerquery https://kintone.dev/en/docs/kintone/rest-api/records/get-cursor/ The API will use a single parameter is the cursor I...
- 3 years ago
I fixed my power query code and solved my problem from this article.
https://blog.crossjoin.co.uk/2017/01/06/web-contents-caching-and-the-excludedfromcachekey-option-in-power-bi-and-power-query/
huongthu
3 years agoFrequent Visitor
Can anyone help me with this problem?
In Power BI Desktop, I used Diagnostics and run query.
In the Data Source Query column I see a list of all the HTTP requests made to the web service
After POST request I have a cursor id
Then I have 2 GET request used cursor id but result of the 2 requests is the same and not the expected result.