EDATE is a DAX function that returns a date shifted by a specified number of months from a start date.
Syntax
EDATE(
StartDate,
Months
)
| Argument | Properties | Description |
|---|---|---|
| StartDate | A date in datetime format that represents the start date. | |
| Months | The number of months before or after start_date. |