HdInsight.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 folder and file found at the container URL, and subfolders from an HDInsight account. Each row contains properties of the file/folder and a link to its content.
HdInsight.Files(accountName as text, containerName as text) as table
| Argument | Description |
|---|---|
| accountName | The name of the HDInsight account to check. |
| containerName | The name of the table. |
Show: