I am trying to understand private and shared dimensions. If I have a single 'location' dimension table that is common between two star schemas in a database, can I use this table to create 2 private location dimensions for 2 cubes in a database or does the location dimension have to be a shared dimension? I would like to keep the dimensions private so that the 2 cubes don't have to be processed together, yet the maintainance would be less if there is one source table feeding these. See example below. The first cube would consist of Location, Organization and Time 1, the second would have Location, Earnings Code and Time 2.
Location
Organization Earnings Cd
\ / \ /
Fact table1 Fact table2
/ Time1 Time2
Thanks for your help!
Location
Organization Earnings Cd
\ / \ /
Fact table1 Fact table2
/ Time1 Time2
Thanks for your help!