Returns the value of a member property from the cube. Use to validate that a member name exists within the cube and to return the specified property for this member.

Syntax

CUBEMEMBERPROPERTY(connection,member_expression,property)

Connection is a text string of the name of the connection to the cube.

Member_expression is a text string of a multidimensional expression (MDX) of a member within the cube.

Property is a text string of the name of the property returned or a reference to a cell that contains the name of the property.

Remarks

Examples

=CUBEMEMBERPROPERTY("Sales","[Time].[Fiscal].[2004]",$A$3)

=CUBEMEMBERPROPERTY("Sales","[Store].[MyFavoriteStore]","[Store].[Store Name].[Store Sqft]")

See also: