Normally dimension values in a cube are distinct and selecting multiple values means: "give me all rows with either of the values (union)". Instead of this I want the intersection, so only the rows which have all values selected. How do I model this in microsoft analysis services?
So example 1 would be a dimension Store, with a value "store A" linking to multiple related values T1 in a different dimension, and "store B" linking to T1 and T2 and lastly "store C" linking to no values.
What I'm looking for is that selecting T1 gives me store A and B, and selecting T1 and T2 only gives me B, not A.