/
DEFAULTMEMBERS
DEFAULTMEMBERS
Description:
This function is used to return the default member of a hierarchy.
Syntax:
Hierarchy_Expression.DefaultMember
Return Type:
MEMBER
Parameters:
Parameter | Description |
---|---|
Hierarchy_Expression | It is a valid MDX expression that returns a hierarchy. |
Example:
WITH MEMBER Measures.x AS
[Destination Currency].[Destination Currency].DefaultMember.Name
SELECT Measures.x ON 0
FROM [AdventureWorksMF]
, multiple selections available,
Related content
CURRENTMEMBER
CURRENTMEMBER
More like this
ALLMEMBERS
ALLMEMBERS
More like this
CHILDREN
CHILDREN
More like this
ANCESTORS
ANCESTORS
More like this
ANCESTOR
ANCESTOR
More like this
ANCENDANTS
ANCENDANTS
More like this
Copyright Kyvos, Inc. All rights reserved.