Hi,
1) I have Location and Product hierarchies such as:
Location: Corp->Div->Region->Dist->Loc
Product: Dept->Class->SubClass->Prod
2) Have two fact tables : fact1 and fact2, and columns are
fact1: Week, Div, Class, Amt [Lowest level of granularity]
fact2: Week, Div, Prod, Amt [Lowest level...