Folder.Contents
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 the properties and contents of the files and folders found at path.
Folder.Contents(path as text) as table
| Argument | Description |
|---|---|
| path | The path to the folder to retrieve contents for. |
Show: