Return to: Calculated Member Builder Function List
Returns the set of members in a dimension, level, or hierarchy, or the member whose name is specified by a string.
«Dimension».Members
Returns the set of all members in «Dimension».
Geography.Members
returns the set of all members in the Geography dimension.
«Hierarchy».Members
Returns the set of all members in «Hierarchy».
Time.Quarterly.Members
returns the set of all members in the Quarters hierarchy of the Time dimension.
«Level».Members
Returns the set of all members at a specified level in a dimension.
If the Year level contains [1994], [1995], and [1996], then:
Year.Members
returns the set
{[1994], [1995], [1996]}.
Members(«String Expression»)
Returns the member whose name is given by «String Expression». Typically used with user-defined functions.
Members(UDF())
where UDF() is a user-defined function that returns a string.