Hi,
I'm totally new to MDX and need to add a Calculated Member to my SQL 2k Analysis Services Cube.
I've gotten as far as adding the member, but at present it is calculating for all members in a particular dimension.
What i want to do is ONLY have this calculation performed on 1 specific member of my dimension, by doing something like
Is this possible and if so, how should i go about it?
Thanks in advance.
Leigh Moore
Business Systems Manager
Vets4Pets Veterinary Group
I'm totally new to MDX and need to add a Calculated Member to my SQL 2k Analysis Services Cube.
I've gotten as far as adding the member, but at present it is calculating for all members in a particular dimension.
Code:
[Measures].[Revenue Inc Tax]/[Measures].[Visits In Period]
What i want to do is ONLY have this calculation performed on 1 specific member of my dimension, by doing something like
Code:
IF [Indicator].[Indicator Id] = 3 THEN [Measures].[Revenue Inc Tax]/[Measures].[Visits In Period] ELSE IS NULL
Is this possible and if so, how should i go about it?
Thanks in advance.
Leigh Moore
Business Systems Manager
Vets4Pets Veterinary Group