Kusto.Contents

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", [] )

Other functions related to Kusto.Contents are:

BI Gorilla Youtube Channel

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.