AzureSpark.Tables

AzureSpark.Tables is a Power Query M function that lists the tables in an Azure Spark instance.

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

Syntax

AzureSpark.Tables(
   server as text,
   optional options as nullable record,
) as table

Description

List the tables in an Azure Spark instance.

Examples

List the tables in an Azure Spark instance.

AzureSpark.Tables( "contoso.azurehdinsight.net" )
BI Gorilla Blog

Last update: August 25, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.