LastLevel (MDX+)
Returns the last level of a hierarchy
Parameters
Name | Type | Cardinality | Default value |
hierarchy-expression | one |
Return
level
Description
Returns the last level of the hierarchy.
It is a shortcut for : 'Hierarchy'.levels( count('Hierarchy'.levels()) -1 )
See Also
FirstNotAllLevel Levels Level Count
Examples
Special Examples (errors, null, ...)
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.