| title | LastChild (MDX) |
|---|---|
| description | LastChild (MDX) |
| ms.date | 02/17/2022 |
| ms.service | sql |
| ms.subservice | analysis-services |
| ms.topic | reference |
| ms.custom | mdx |
Returns the last child of a specified member.
Member_Expression.LastChild
Member_Expression
A valid Multidimensional Expressions (MDX) expression that returns a member.
The following example returns the value for September 2001, which is the last child of the first fiscal quarter of fiscal year 2002.
SELECT [Date].[Fiscal].[Fiscal Quarter].[Q1 FY 2002].LastChild ON 0
FROM [Adventure Works]