Forum Discussion
Annemieke
3 years agoFrequent Visitor
Import Excel - No data shown, only headers
Hi, I am receiving an Excel file a couple of times a day with a status overview of processed orders. I want to combine these files in Power BI to create a summary, but I am not able to get the da...
- 1 year ago
If it is xlsx file, then try the following code:
// #"Imported Excel workbook" = Excel.Workbook(#"Navigation 1", null, true), #"Imported Excel workbook" = Excel.Workbook(#"Navigation 1", [UseHeaders = null, DelayTypes = true, InferSheetDimensions = true]),