Forum Discussion
Catastasis
3 years agoRegular Visitor
Merge Excel files from SharePoint Online folder extracting multiple tables
Hello, I have a SharePoint Online Folder with monthly excel files. I have found plenty of explanations how to merge the excel files with the SharePoint Online Folder connector from Power BI. But ...
ppm1
3 years agoSolution Sage
Do the tables within each workbook has the same structure (columns)? If so, you can combine them in a single query. The Excel.Workbook function will show you all the tables, sheets, etc. in the workbook. You can filter on type table to keep just the tables, and then expand the column of tables to combine them. If you use the Combine & Transform feature and do those steps in the sample file transform, it should work.
Pat