Forum Discussion
Asynchronism
6 years agoFrequent Visitor
Looping - API Call
Hi All, I have an api call that only returns 50 results at a time, and I need to run it multiple times to build my result table. Example: myapi/getlist?limit=50&page=1 where page 1 is resu...
- 6 years ago
Hi Asynchronism ,
pagination/paginate is the keyword you have to use: https://community.powerbi.com/t5/Desktop/how-to-create-a-query-that-paginates/td-p/20047/page/20
or:
ImkeF
6 years agoCommunity Champion
Hi Asynchronism ,
pagination/paginate is the keyword you have to use: https://community.powerbi.com/t5/Desktop/how-to-create-a-query-that-paginates/td-p/20047/page/20
or:
Asynchronism
6 years agoFrequent Visitor
That sure looks like what I'm after, thank you. Might have some follow up questions as I get into it!