HdInsight.Files

HdInsight.Files is a Power Query M function that retrieves a table containing information about each blob file found at an Azure storage vault container URL. The function returns a table with file properties and a link to their content.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

HdInsight.Files(
   account as text,
   containerName as text,
) as table

Description

Returns a table containing a row for each blob file found at the container URL, account, from an Azure storage vault. Each row contains properties of the file and a link to its content.

Other functions related to HdInsight.Files are:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/hdinsight-files
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.