Forum Discussion
skurek
7 years agoNew Member
How to import files from different paths
Hi. How to import files from different locations? I have paths to files saved in Excel table. I can import one path from Excel to PQ: = Folder.Files(paths{0}[Column1]) but this method gets only ...
skurek
7 years agoNew Member
Hi.
How to import files from different locations?
I have paths to files saved in Excel table.
I can import one path from Excel to PQ:
= Folder.Files(paths{0}[Column1])
but this method gets only one path to files.
how to write own function (?) to get in loop all folders to files?