LAST is a DAX function that retrieves a value from the last row of an axis in a visual calculation data grid.
Syntax
LAST(
Expression,
Axis,
Blanks,
Reset
)
Argument | Properties | Description |
---|---|---|
Expression | The expression to be evaluated. | |
Axis | Optional | An axis reference. |
Blanks | Optional | Defines how to handle BLANK OrderBy values. Valid values include: DEFAULT, FIRST, LAST. |
Reset | Optional | Specifies how the calculation restarts. Valid values are: None, LowestParent, HighestParent, or an integer. |