Hello,
It seems that I am missing something basic...
I've built a simple calculated measure "USA_Revenue" based on a "Country" attribute of a "Geography" dimension
SUM([Geography].[Country].&[USA],[Measures].[Revenue])
It works fine when I browse the Cube by other dimensions, but when I put the "Country" attribute on rows,
the measure repeats itself for each member of "Country" (so for Brasil it shows the same revenue as for USA)
I would like it to be empty for every country except USA.
I was thinking about checking the currentmember and if it's not USA, then show null, but it won't work if someone
selects multiple members in the pivot slicer with USA being one of the selected members...
I feel I am missing a simple solution
Please help
Thank you in advance
Michael Shparber
Michael