Forum Discussion
Getting the full table through API (not just the first 100 rows)
Hey there,
I've connected to Zendesk via Power Bi and I'm facing a problem that my query only brings up 100 rows out of more than 400 available. I've looked into many different topics in Power Bi community, but none of these relates to mine in specific (at least the ones I've seen).
Here is my 100-row table:
Here are my source settings
I logged in by using the "Basic" feature (login and password):
Here is the Zendesk API documentation. Do someone know how to make it bring all the rows instead of just the first 100?
Thanks in advance.
- Anonymous3 years ago
Hey buddy, this video helped me to solve this problem
Thanks for your response.
3 Replies
- lbendlinSuper User
See that "next_page" data point? You need to follow that until it is no longer there.
Read about accessing paginated APIs with Power Query.
- AnonymousNot applicable
Hey buddy, this video helped me to solve this problem
Thanks for your response.
- jessica-koAdvocate I
Please can you elaborate on what you mean to follow it till its not there? thanks for the help.