AzureStorage.Tables

AzureStorage.Tables is a Power Query M function that returns a navigational table containing a row for each table found at an account URL from an Azure

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

Syntax

AzureStorage.Tables(
   account as text,
   optional options as nullable record,
) as table

Description

Returns a navigational table containing a row for each table found at the account URL, account, from an Azure storage vault. Each row contains a link to the azure table. An optional record parameter, options, may be provided to specify additional properties. The record can contain the following fields :

  • Timeout : A duration that controls how long to wait before abandoning the request to the server. The default value is source-specific.

Other functions related to AzureStorage.Tables 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/azurestorage-tables
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.