# Conformed Dimensions

This dimension is consistent and the same across multiple fact tables in a data warehouse. The dimension tables are designed once and used across various areas, maintaining consistency.

List of countries/states where the company is doing business.

An excellent example of a conformed dimension is a "Date" or "Time" dimension. Imagine a data warehouse for a retail business that has two fact tables: "Sales" and "Inventory". These fact tables might have a "Date" dimension that tracks when a sale or inventory count was made.

In this example, Date, Product, and Store dimensions remain constant across multiple fact tables.

<figure><img src="https://2629735788-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3G2NQEHaUSzehWzaKvXK%2Fuploads%2FOf2i7AVHiqjdsq5CLYwV%2Fconformed_dimension.png?alt=media&#x26;token=38e77d8d-5d98-4eb6-90ce-65e68fea387b" alt=""><figcaption></figcaption></figure>
