Folder.Files
This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.
Returns a table containing a row for each file found at a folder path, and subfolders. Each row contains properties of the folder or file and a link to its content.
Folder.Files(path as text) as table
| Argument | Description |
|---|---|
| path | The path to the folder to retrieve files for. |
Show: