AzureStorage.Tables

 

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 navigational table containing a row for each table found at the account URL from an Azure storage vault. Each row contains a link to the azure table.

AzureStorage.Tables(accountName as text) as table  

ArgumentDescription
accountNameThe name of the Azure Storage account to access.
Show: