Forum Discussion
jwillis07
5 years agoAdvocate I
Pagination of a REST API in Power Query using M
Good morning all, Hoping you can help as I'm well and truly stuck. I've successfully connected to a REST API using the below code: let
AuthKey = "Token",
url = "https://psa.pulseway...
- 5 years ago
Hi, jwillis07
You can refer to these documents and check if they can help:
https://docs.microsoft.com/en-us/power-query/handlingpaging
https://stackoverflow.com/questions/66888658/paging-rest-api-results-in-power-query
https://stackoverflow.com/questions/46904641/how-to-get-paginated-data-from-api-in-power-bi
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Hi!
I was looking for a solution and came up with this brilliant way.
https://stackoverflow.com/questions/46904641/how-to-get-paginated-data-from-api-in-power-bi
Check it out!
ericknishimoto
4 years agoNew Member
Thx 👍👍👍