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" )
