Forum Discussion
PowerUser123
3 years agoHelper II
API Pagination Custom Connector
So I've done pagination with API connections in Power BI via the query editor before. This is the first time I've created a custom connector due to OAuth2.0. I'm not as much a visual studio ...
amitchandak
3 years agoSuper User
PowerUser123 , refer if this bloga can help
https://medium.com/@marktiedemann/how-to-do-pagination-in-power-query-430460c17c78
- PowerUser1233 years agoHelper II
This isn't an answer. I said I've done pagination with API's in Power Query before.
My question is if the pagination has to be done in the custom connector code in Visual Studio. Or is the pagination done on the Power BI side.
I was able to paginate successfully using my custom connector on the Power BI side, but I'm running into issues trying to refresh it via a personal gateway in the service.
This is leading me back to this question wondering if I need to instead do the pagination in the custom connector code?