EOMONTH is a DAX function that returns the last day of the month a specified number of months before or after a given date.
Syntax
EOMONTH(
StartDate,
Months
)
Argument | Properties | Description |
---|---|---|
StartDate | The start date in datetime format. | |
Months | The number of months before or after the start_date. |