TOTALYTD is a DAX function that evaluates an expression over the year-to-date period based on a specified date column and filters.
Syntax
TOTALYTD(
Expression,
Dates,
Filter,
YearEndDate
)
Argument | Properties | Description |
---|---|---|
Expression | The expression to be evaluated. | |
Dates | The name of a column containing dates or a one column table containing dates. | |
Filter | Optional | A boolean (True/False) expression or a table expression that defines a filter. |
YearEndDate | Optional | End of year date. |