modellerUpdated 2026-04-17

View Model Lineage

Model lineage diagram: source dimension tables on the left connect into the central fact table via join edges; the fact table connects to aggregate nodes on the right showing their grain and measures.

What this covers

The Lineage view displays a read-only directed graph showing how data flows through the model — from source tables into the fact table, and from the fact table into each aggregate. This article explains how to open the Lineage view, what each node and edge type represents, and what you can learn from the graph.

How to open the Lineage view

  1. Open the model in Model Builder.
  2. In the Toolbelt (left sidebar), click Lineage. Alternatively, select the Lineage tab at the top of the Model Builder canvas area.
  3. The lineage graph renders automatically. It reflects the current saved state of the model. Unsaved changes in the Canvas are not shown.
Note: The lineage graph is regenerated each time you open the view. On large models with many source tables and aggregates, rendering may take a few seconds.

Node types

Node typeVisual styleWhat it represents
Source tableRectangle with a table iconA dim_aggregate or dim_detail table joined into the model. Shown with the schema-qualified table name.
Fact tableRectangle, highlighted with a distinct fill colourThe central fact table of the model. There is exactly one per model.
AggregateRounded rectangle with a dashed borderA pre-aggregated summary table, either manually configured or auto-created by the Optimizer. The grain (selected dimensions) is listed inside the node.

Edge types

Edge typeDirectionWhat it represents
Join edgeSource table → Fact tableA join defined in the model between a dimension table and the fact table. Labelled with the join key columns.
Aggregate edgeFact table → AggregateThe definition of an aggregate: which dimensions (grain) and which measures the aggregate covers. Hovering over the edge shows the full dimension and measure list.

What lineage is useful for

Limitations

Related