Skip to content

Conformed Dimensions

Conformed dimensions are the "glue" that holds the enterprise data warehouse together. They are dimensions designed to have consistent meaning, structure and content regardless of which fact tables use or reference them.

Example (A Conformed Date Dimension):

date_keyfull_dateyearmonthday_of_weekquarter
202401012024-01-012024JanMondayQ1
202401022024-01-022024JanTuesdayQ1

This dim_date can be shared by multiple unrelated fact tables. Any fact table can reference the 20240101 Date Key to represent January 1, 2024, ensuring enterprise-wide reporting consistency.