I've got a question about how to create one dimension in SSAS that contains a hierarchy built from two dimensions.
I have a fact-table: sales
and a many-to-many relation between two dimensions: customers bridgecustomersTerritory territory
And the Territorydimension is at the moment built as a ragged hierarchy containing a ID and a parentID.
This works fine if i use the Territory dimension and Customer dimension apart from eachother as dimensions.
But i would like to add the customer at the bottom of the territory hierarchy Is this even possible with the setup that i've got right now?
If i change the Territory to a "normal" hierarchy with a solid number of levels, would that help?
//Kriss