Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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
Solved! Go to Solution.
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:
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.
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.
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.
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
Proud to be a 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:
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.
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.
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.
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
Proud to be a Super User!
Thank you. Second option worked out for me. 🙂
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
30 | |
26 | |
21 | |
20 |
User | Count |
---|---|
63 | |
48 | |
24 | |
24 | |
17 |