Hello everyone!
Lets take 2 tables from my Data Warehouse called: DIM_ASSET and DIM_ASSET_CLASS and they are related like this:
As you can see, parent - child hierarchy is defined in DIM_ASSET_CLASS table and DIM_ASSET table has ASSET_CLASS_KEY which connects it to the DIM_ASSET_CLASS table. Ragged Hierarchy can be created relatively simple if we create 2 dimensions: DIM_ASSET and DIM_ASSET_CLASS.
What I want to do is to create only one dimension: DIM_ASSET and have this ragged hierarchy defined in this dimension, not separated, like in picture below:
Is it possible to be done.
Thanks in advance,
Miljan