Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have an Excel file which contains the name and location of several other Excel files (which have the same format, but are located in different places).
Is there a way to read through my Excel file (the one containing the file names and paths), and append all files from this list into a new query?!?
Thanks.
Solved! Go to Solution.
You could load your list of file paths into Power Query and then add a custom column like this:
Excel.Workbook(File.Contents([Column1]), null, true){[Item="Sheet1",Kind="Sheet"]}[Data]
Then expand that column.
This is just an example. If you want specific tables instead of loading Sheet1 or you need to promote headers or whatever you'll need to adjust accordingly.
You could load your list of file paths into Power Query and then add a custom column like this:
Excel.Workbook(File.Contents([Column1]), null, true){[Item="Sheet1",Kind="Sheet"]}[Data]
Then expand that column.
This is just an example. If you want specific tables instead of loading Sheet1 or you need to promote headers or whatever you'll need to adjust accordingly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 9 | |
| 8 | |
| 7 | |
| 6 |