LASTSIBLINGS
Description:
This function is used to return the last child of the parent of a specified member.
Syntax:
Member_Expression.LastSibling
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].[Country].&[Germany].LastSibling ON 1
FROM [AdventureWorksMF]