AzureDataExplorer.KqlDatabase

Updated on

AzureDataExplorer.KqlDatabase is a Power Query M function that imports data from Fabric Kusto cluster in discovery mode.

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

Syntax

AzureDataExplorer.KqlDatabase(
   optional cluster as nullable text,
   optional database as nullable text,
   optional tableOrQuery as nullable text,
   optional options as nullable record,
) as table

Description

Imports data from your KQL Database instance

Examples

Returns a table of Storm Events information

Kusto.Contents( "help", "Samples", "StormEvents", [] )

Other functions related to AzureDataExplorer.KqlDatabase 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