Fabric RTI 101: Using Update Policies to Transform Data
Update policies in KQL (and thus in Fabric) are a mechanism to automatically transform ingested data as it arrives.
Rather than separately ingesting raw data and then running background jobs to clean, route, or enrich it, an update policy allows you to declare a transformation query that runs whenever new data lands in a source table.
The transformation query writes its output into a target table. The source and target must exist in the same database. The schema (column types and order) of the transformation output must match what the target table expects.
2026-09-20
