LASTSIBLING (MDX)
Returns the last sibling of the given member.
Returned Type
This function returns a member.
Syntax and Details
member_expression.LASTSIBLING
Where:
-
member_expression is an expression that returns a member.
This expression cannot refer to a measure.
This function examines all the children of the parent of the given member, and returns the last member of that set (considering the default order of that set).
This function can return the same member that you use as its argument (if that is the last sibling).
Example
For example:
SELECT MEASURES.[%COUNT] ON 0, birthd.[Mar 2003].LASTSIBLING ON 1 FROM patients
Patient Count
Dec-2003 17