PREVIOUSYEAR is a DAX function that returns the date of the previous year.
Syntax
PREVIOUSYEAR(
Dates,
YearEndDate
)
Argument | Properties | Description |
---|---|---|
Dates | The name of a column containing dates or a one column table containing dates. | |
YearEndDate | Optional | End of year date. |