Forum Discussion
The query does not import all rows
- 4 years ago
Hi Raf_Draulans ,
The solution provided in the documentation is to set option InferSheetDimensions to "true".
Add option InferSheetDimensions in the Advanced editor of Power Query Editor, like this:
Excel.Workbook(File.Contents("C:\MyExcelFile.xlsx"), [DelayTypes = true, InferSheetDimensions = true])
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Raf_Draulans ,
The solution provided in the documentation is to set option InferSheetDimensions to "true".
Add option InferSheetDimensions in the Advanced editor of Power Query Editor, like this:
Excel.Workbook(File.Contents("C:\MyExcelFile.xlsx"), [DelayTypes = true, InferSheetDimensions = true])
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Amazing answer. First post I have read that gave me a solution to missing data in PQ.