Re: Joining data from differrent cubes (MDX) -
10-27-2005
, 01:31 AM
There is a single virtual cube comprised of four different cubes, each
with more or less the same dimensions.
What's needs to happen is the following...
I have to:
a. Filter on a dimension called Electoral Event (Using where clause)
b. Capture the topcount of 2 highest voted candidates (Per Ward), from
three different dimension members and combine them into a tuple
c. Calculate the sum of votes per ward for all candidates
I have managed to do a & b but because b sits on the Row axis and
obviously [Candidate Votes] on columns, I'm unable to create a
calculated member in MDX to get me the total votes per ward. The cube
cannot be altered.
Concerning joining data from different cubes I have managed, but now I
have this problem above. Having two calculated members that work at
different level within the query & they cannot run in conjunction,
because my Sum calc member sum's the votes for the two topcount
candidates per ward, instead of all candidates... |