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", [] )
Related functions
Other functions related to AzureDataExplorer.KqlDatabase are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy