Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Get API data with multiples queries without pagination. Is it possible?

Hello,

 

Currently i can get only 1000 rows with the api call but, i have to get 2000+

I found some information about how to do pagination and differents examples for power query, but i would like to know if it's possible to do this only with PBI configuration, without code and parametres (I would like to be able to work with power bi service and he doesn't like queries with parameters ☹️)

 

Is it possible?

 

Thanks in advance for any help

 

 

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

Hi @Anonymous , 

It seems that some API limit the rows to 1000, this is related to API part instead of powerbi(PowerBI limit 10000 max rows per single POST rows request). You could try to set '$limit=' more than 1000 to see whether it work or not. And you also could  use pagination or use paramter to achieve this goal. You could refer to How-to-query-more-than-1000-rows-of-a-dataset  and this post  for details.

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
dax
Community Support
Community Support

Hi @Anonymous , 

It seems that some API limit the rows to 1000, this is related to API part instead of powerbi(PowerBI limit 10000 max rows per single POST rows request). You could try to set '$limit=' more than 1000 to see whether it work or not. And you also could  use pagination or use paramter to achieve this goal. You could refer to How-to-query-more-than-1000-rows-of-a-dataset  and this post  for details.

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Anonymous
Not applicable

Hello @dax 

 

I'll try it. 😁

Right now i have done multiples gets with different starAt and then i join them in one table (and this is my main table). This way allow me to work with power bi service and scheduled refresh.

 

Best regards,

Nico

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors