Hdfs.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 a row for each folder and file found at the folder url, {0}, from a Hadoop file system. Each row contains properties of the folder or file and a link to its content.
Hdfs.Contents(url as text) as table
| Argument | Description |
|---|---|
| url | The URL to check the contents of. |
Show: