HdInsight.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 navigational table containing all containers found in the HDInsight account. Each row has the container name and table containing its files.
HdInsight.Contents(accountName as text) as table
| Argument | Description |
|---|---|
| accountName | The name of the HDInsight account to check. |
Show: