Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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.

3 Replies

  • 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.

    • jessica-ko's avatar
      jessica-ko
      Advocate I

      Please can you elaborate on what you mean to follow it till its not there? thanks for the help.