conformed dimension:
A conformed dimension is a dimension that should has the same meaning and content when being referred to different fact tables. It can be refer to any number of fact tables in multiple data marts.If two dimension tables to be considered as conformed, they must be identical to each other. There shouldn't be any other type of difference between the two dimension tables.
Why Conformed Dimension?
As we discussed in characteristics of Data warehouse, it should maintain integrity. It is nothing but tight integration between different type of dimension tables. Conformed dimensions help us to make the tightly coupled integration between different dimensions
other wise it will lead to stove pipe data warehouse.
Example:
Customer dimension is the well know example for conformed dimension, because sales and product facts can be refer to the same dimension for different purpose. Because the customer who are using our product will be available in customer dimension and the list of customer who purchased our product is also available in same customer dimension.








