HdInsight.Files

Updated on

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:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/hdinsight-files

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy