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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
sbott
Regular Visitor

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.

watkinnc
Super User
Super User

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


I’m usually answering from my phone, which means the results are visualized only in my mind. You’ll need to use my answer to know that it works—but it will work!!

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Solution Authors
Top Kudoed Authors