Fabric RTI 101: Cross-Database and Cross-Cluster Queries
In Fabric, KQL supports querying across multiple databases or even across different clusters.
This feature is especially valuable when data is distributed across teams, regions, or functional domains — for example, separate clusters for telemetry, transactions, and logs.
A cross-database query allows you to access tables in more than one KQL database within the same cluster. This is often used when analytical data and operational data are stored separately but need to be correlated — such as linking user activity logs with transaction histories.
2026-09-14
