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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
sbott
Helper I
Helper I

Row limit?

Hi, I have an Excel file with 10,135 rows in it, which I imported into Power BI. However, I noriced that some data was missing from the visuals I had created, and then I did some digging I noticed that only 7,767 rows are showing. I have tried refreshing a couple of times but no change, been into the query I only see 7,767 lines and can't see anything that would stop me seeing the other lines.

1 ACCEPTED SOLUTION
j_ocean
Helper V
Helper V

Don't bring in a table, bring in the sheet.

 

Excel tables sometimes don't extend the full way down, it tries to determine table size based on the left-most column so a blank there sometiems breaks it.

View solution in original post

4 REPLIES 4
j_ocean
Helper V
Helper V

Don't bring in a table, bring in the sheet.

 

Excel tables sometimes don't extend the full way down, it tries to determine table size based on the left-most column so a blank there sometiems breaks it.

That worked, many thanks.

Anonymous
Not applicable

Make sure you use the Excel.Workbook function, and after you bring the table in, go back to the source step and replace the "null, true" with the "[InferSheetDimensions = true]" record parameter, so:

 

Excel.Workbook(File.Contents("YourFilePath"), [InferSheetDimensions = true])

 

--Nate

Hi, many thanks for your reply. I have nade the change but it is still the same.

 

= Excel.Workbook(File.Contents("C:\Users\sbott\OneDrive - xxxxxxxxxxx\PBI Data\My Customers All Posted Transactions.xlsx"), [InferSheetDimensions = true])

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

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.