NEXTYEAR is a DAX function that returns the date of the next year.
Syntax
NEXTYEAR(
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. |