DATESYTD is a DAX function that returns a set of dates in the year up to the current date.
Syntax
DATESYTD(
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. |