AzureEnterprise.Tables

Updated on

AzureEnterprise.Tables is a Power Query M function that returns a list of reports and months available from the Azure Enterprise API when provided with the URL of the Azure Enterprise REST API endpoint associated with your enrollment.

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

Syntax

AzureEnterprise.Tables( url as text ) as table

Description

Returns a list of reports and months available from the Azure Enterprise API

Examples

Using the AzureEnterprise.Tables function and navigate to a particular value to obtain the results.

// Output: Table
let
    Source = AzureEnterprise.Tables( "http://ea.azure.com/rest/12345" ),
    Contents = Source{[Key="Contents"]}[Data]
in
    Contents

Other functions related to AzureEnterprise.Tables 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