SIBLINGS
Description:
This function is used to return the siblings of a specified member, including the member itself.
Syntax:
Member_Expression.Siblings
Return type:
SET
Parameters:
Parameter | Description |
|---|---|
Member_Expression | It is a valid MDX expression that returns a member. |
Example:
select
[Measures].[Internet Order Quanlity] on 0,
[Customer].[Geography].[Country].&[Australia].siblings on 1
from [AdventureWorksMF]