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  

ArgumentDescription
pathThe path to the folder to retrieve contents for.
Show: