SIBLINGS (MDX)
Returns a set that contains the specified member and all its siblings.
Returned Type
Syntax and Details
member_expression.SIBLINGS
Where:
-
member_expression is an expression that returns a member.
This expression cannot refer to a measure.
Example
For example:
SELECT MEASURES.[%COUNT] ON 0, homed.cypress.SIBLINGS ON 1 FROM patients
Patient Count
1 Cypress 1,089
2 Magnolia 1,073
3 Pine 1,039
To see a picture of the hierarchy used in this example, see the FIRSTCHILD function.