DIMENSION_UNIQUE_NAME
The unique name of the dimension to which this member belongs.
Syntax
Member_Expression.DIMENSION_UNIQUE_NAME
Input Parameters
N/A
Return Value
Returns the unique name of the dimension as a String.
Example
Sum the Distinct Customer Count Estimate
([[Measures].[customercountestimate1])
of the current member's
children.
SUM([DateCustom].[Retail445].currentMember.children, [Measures].[customercountestimate1])