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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
hernanjv
Frequent Visitor

Get Data => Blank Query, Only returns 200 rows

Get Data => Blank Query, Only returns 200 rows.  Is the 200 row limit a settings, filter, or  configuration? How can I receive all rows in the table?

1 ACCEPTED SOLUTION

There was a Rest Default limitation with the content provider. Increasing it resolved thee issue. Appreciate the feedack

View solution in original post

5 REPLIES 5
furiocamilo
New Member

Tried different avenues, but this one worked for me.

 

Opening the Query Editor, then looking for the button "Advanced Editor" and then when opening the coding section, went form this:

 

 

let
Source = Json.Document(Web.Contents("https://publicapi.mycompany.com.au/rosters", [Headers=etc...

 

I added this:

 

let
Source = Json.Document(Web.Contents("https://publicapi.mycompany.com.au/rosters?limit=1000", [Headers=etc

 

And it worked!

Anonymous
Not applicable

In Power Query Editor, Power BI does not get all data for reviewing. Once you have applied these queries, all of your data would be loaded into Power BI Data module

Jessica, appreciate the response. Unfortunatly - when I 'close and save' the query im still left with 200 rows. You mention - all of your data would be loaded into Power BI Data module. Could you clarify how this is accomplished?

Hi @hernanjv

As tested on my site, it is possible to get more than 200 rows when Get Data => Blank Query.

Which is your datasource?

Could you share the code in advanced editor?

 

Here is a similar problem, could you check if it helps you?

https://social.technet.microsoft.com/Forums/en-US/08dd7519-7370-4421-8ac1-ca28f7f63ab1/power-query-o...

 

 

 

Best Regards

Maggie

There was a Rest Default limitation with the content provider. Increasing it resolved thee issue. Appreciate the feedack

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors