DataLake.Contents

Updated on

DataLake.Contents is a function in the Power Query M language that returns a table of folders and files found at a specified URL from Azure Data Lake Storage Gen1. Each row of the table contains properties of the folder or file and a link to its content.

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

Syntax

DataLake.Contents(
   url as text,
   optional options as nullable record,
) as table

Description

Returns a table containing a row for each folder and file found at url from Azure Data Lake Storage Gen1. Each row contains properties of the folder or file and a link to its content.

Other functions related to DataLake.Contents are:

Contribute » | Contributors: Rick de Groot

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