ENDOFYEAR is a DAX function that returns the last date of the year for a given date.
Syntax
ENDOFYEAR(
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. |