CALENDAR is a DAX function that returns a table with one column of all dates between a start date and an end date.
Syntax
CALENDAR(
StartDate,
EndDate
)
| Argument | Properties | Description |
|---|---|---|
| StartDate | The start date in datetime format. | |
| EndDate | The end date in datetime format. |