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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
VicCC
Frequent Visitor

Power Query not detecting last column in xlsx files

Hi 

 

For the past fortnight, Power Query has failed to detect the last column in the Excel source files (xlsx) which underpin our Power BI dashboards.

 

I have not been able to solve this in Power BI e.g. by rebuilding the queries, reloading the source files etc.

 

The source Excel files typically have a blank first column, which has not historically posed an issue as all columns have been detected. If I delete this blank column in the original file - or even delete it and then reinsert a blank column - Power Query recognises the last column again.

 

Is this is known issue and is there a solution that does not involve modifying the source files?

 

Thanks in advance

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Try adding the InferSheetDimensions parameter, like

 

Excel.Workbook(File.Contents("C:\YourFileName.xlsx"), [DelayTypes = true, InferSheetDimensions = true])

 

This reads the content of the sheet, instead of the (possibly no longer correct) metadata info, to get your data.

 

--Nate

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Try adding the InferSheetDimensions parameter, like

 

Excel.Workbook(File.Contents("C:\YourFileName.xlsx"), [DelayTypes = true, InferSheetDimensions = true])

 

This reads the content of the sheet, instead of the (possibly no longer correct) metadata info, to get your data.

 

--Nate

Nate, superb. This seems to provide the fix I'm looking for. Thank you!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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