MBR2TEXT
Syntax
MBR2TEXT (Dimension, {Member})
Description
The MBR2TEXT function converts a member to text by returning its name. The Member argument can be an association data cube, a member reference, a member index, or a function or expression that returns a member. If Member is omitted, the function returns the name of the current member in Dimension. In other words, it is equivalent to:
MBR2TEXT(DIMENSION, MEMBER(DIMENSION))
Example
MBR2TEXT(MONTH) returns January.