Eventhouse and KQL

An Eventhouse & KQL source connects to a KQL database in a Fabric Eventhouse. It's well suited to real-time and time-series data — telemetry, events, sensor readings, and logs.

Connecting

Bring in:

  • A table in the KQL database,
  • A function, or
  • A KQL query you write.

Set a location so results can be drawn on the map, and use auto-refresh to keep a live view.

Aggregating at source

KQL sources can aggregate at source, so summaries are computed across the full dataset in the Eventhouse rather than on the rows loaded into the map.

Next steps