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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
NiteshS
Helper I
Helper I

Why only 1000 rows of data uploaded to BI from Lakehouse

Dear Community,

 

I connected my data housed in Dataverse to Lakehouse in Fabric. Did some transformation in lakehouse using Notebook. After this I loaded the transformed table back to Table folder of Lakehouse. Now when i connect this transfomed table to PowerBI, I see only 1000 rows of data. 

 

How do I overcome this?

 

Thanks

Nitesh

2 ACCEPTED SOLUTIONS
rubayatyasmin
Super User
Super User

Hi, @NiteshS 

 

It sounds like you're experiencing a common issue. Many data tools, including Power BI, have default row limitations for initial data view, which can limit the number of rows loaded or displayed. Here's what you can do:

  1. Check Power BI Import Settings: Make sure to check your Power BI settings for data import. Sometimes, the settings may limit the number of rows being imported to Power BI. If possible, try to adjust the settings to accommodate the entire dataset.

  2. Increase Load Limit: If you're pulling the data via a connector (e.g., ODBC, JDBC, REST API, etc.), check the settings or configuration files for that connector. Some connectors have a default limit on the number of rows they will retrieve in a single operation (for example, the first 1,000 rows), and this can usually be changed.

  3. Pagination: If your data source supports pagination, you may need to make use of this feature. Some sources will only return a certain number of records per page and require you to retrieve additional records by requesting the next page.

  4. Split your Query: You could consider splitting your query into multiple smaller queries, each retrieving a portion of the data, and then append the results together in Power BI.

 

this thread will be helpful.

https://community.fabric.microsoft.com/t5/Desktop/Limit-of-1000-value-reached/m-p/368850

 

rubayatyasmin_0-1689517080227.png


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


View solution in original post

Thank you. Second option worked out for me. 🙂

View solution in original post

2 REPLIES 2
rubayatyasmin
Super User
Super User

Hi, @NiteshS 

 

It sounds like you're experiencing a common issue. Many data tools, including Power BI, have default row limitations for initial data view, which can limit the number of rows loaded or displayed. Here's what you can do:

  1. Check Power BI Import Settings: Make sure to check your Power BI settings for data import. Sometimes, the settings may limit the number of rows being imported to Power BI. If possible, try to adjust the settings to accommodate the entire dataset.

  2. Increase Load Limit: If you're pulling the data via a connector (e.g., ODBC, JDBC, REST API, etc.), check the settings or configuration files for that connector. Some connectors have a default limit on the number of rows they will retrieve in a single operation (for example, the first 1,000 rows), and this can usually be changed.

  3. Pagination: If your data source supports pagination, you may need to make use of this feature. Some sources will only return a certain number of records per page and require you to retrieve additional records by requesting the next page.

  4. Split your Query: You could consider splitting your query into multiple smaller queries, each retrieving a portion of the data, and then append the results together in Power BI.

 

this thread will be helpful.

https://community.fabric.microsoft.com/t5/Desktop/Limit-of-1000-value-reached/m-p/368850

 

rubayatyasmin_0-1689517080227.png


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


Thank you. Second option worked out for me. 🙂

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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