CurrentMember
Returns the current member along a specified dimension or hierarchy during iteration.
Syntax
Dimension_Expression.CurrentMember Hierarchy_Expression.CurrentMember
Arguments
Dimension_Expression Hierarchy_Expression | MDX expression that returns dimension (default hierarchy) or specified hierarchy. |
---|
Examples
[Issue].CurrentMember
address Issue dimension default hierarchy member. In this example report List of issues in progress from our demo account, the dimension Issue default hierarchy on the level Issue is used on Rows. [Issue].CurrentMember
will address one particular issue for each row. In this example report Issue Epic Gantt chart from our demo account, the dimension Issue Epic hierarchy on Epic level is used on Rows. [Issue].CurrentMember
will address All Issues from the default hierarchy for each Epic. [Issue.Epic].CurrentMember
on the other hand, will address one particular epic for each row in the same report. See also CurrentHierarchyMember to address members of any selected hierarchy.