Hdfs.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 file found at the folder url, {0}, and subfolders from a Hadoop file system. Each row contains properties of the file and a link to its content.

Hdfs.Files(url as text) as table  

ArgumentDescription
urlThe URL to check the files of.
Show: