FIRSTSIBLING
Description:
This function is used to return the first child of the parent of a member.
Syntax:
Member_Expression.FirstSibling
Return Type:
MEMBER
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].[City].&[Malabar].FirstSibling ON 1
FROM [AdventureWorksMF]