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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.