Forum Discussion
kafreitass
Helper I
3 years agoImplement paging in API
Hey guys! hope everyone is well! I'm trying to create a paginated API code below is ok, but it doesn't return all the records of the pages. How could I implement pagination in code? I've already c...
- Anonymous3 years ago
Hi kafreitass ,
Please review the following links which has the same requirements, hope they can help you achieve it.
How to get paginated data from API in Power BI
Handling Paginated REST API Results with Power Query
How to do Pagination on a REST API in Power Query
Best Regards
amitchandak
Super User
3 years agokafreitass , Refer if this can help
https://medium.com/@marktiedemann/how-to-do-pagination-in-power-query-430460c17c78
- kafreitass3 years ago
Helper I
hi amitchandak
I tried to implement using the tutorial but I couldn't