Kusto.Contents is a Power Query M function that imports data from your Azure Data Explorer (Kusto) instance. The function returns the imported data.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Kusto.Contents(
cluster as text,
optional database as nullable text,
optional tableOrQuery as nullable text,
optional options as nullable record,
) as table
Description
Imports data from your Azure Data Explorer (Kusto) instance
Examples
Returns a table of Storm Events information
// Output: A table with Storm Events from the "Samples" database in the "help" cluster
Kusto.Contents( "help", "Samples", "StormEvents", [] )
Related functions
Other functions related to Kusto.Contents are:
