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  

ArgumentDescription
accountNameThe name of the HDInsight account to check.
containerNameThe name of the table.
Show: