Hi there.
Basically I need to sum a value based on it's dimension member - and therefore 0 if it's not).
I've tried the following but when browsing the cube the value returned is #VALUE!
SUM(CASE WHEN [Account].[Source Type].&[TypeA] THEN [Measures].[MyValue] ELSE 0 END)
Also to clarify, I wouldn't necessarily want this dimension attribute (Source Type) as a row value.
Thanks,
Dave