Trying to determine current member of the row axis to use in a calculated measure
I have a pretty simple cube in which I am trying to determine the current member of the set on the row axis that is in use in an IIF function. There is no hierarchy in this dimension but if I am at the [All] member in the iteration through the set, I want to arrive at the total differently then if I am at one of the child members.
Item(), as applied to a set, returns a tuple from that set - accounting for the first occurrence:
Updated: 17 July 2006
Returns a tuple from a set.
...
Item(), as applied to a tuple, returns a member from that tuple - accounting for the second occurrence:
Updated: 17 July 2006
Returns a member from a specified tuple.
...
[DimensionsName].CurrentMember ?
Syntax: [DimensionsName].CurrentMember.Name, [DimensionsName].CurrentMember.Key