Hello all,
What would be the best way to handle shrunken dimensions in repository(OBIEE 11g)
we have 1. Dim_product
2. Dim_product_code(this is shrunken dimension of Dim_product)
Dim_product is joined to fact_sales on product_key, shrunken dimension is joined to fact_stockout on product_code(for clear reference I have attached the BMM model diagram below)

now requirement is to pull columns from fact_sales,Fact_stockout,Product, above model will not work since these are not at the same grain. what would be the rite way to handle this?