DATESINPERIOD is a DAX function that returns the dates from a given period.
Syntax
DATESINPERIOD(
Dates,
StartDate,
NumberOfIntervals,
Interval
)
Argument | Properties | Description |
---|---|---|
Dates | The name of a column containing dates or a one column table containing dates. | |
StartDate | Start date. | |
NumberOfIntervals | The number of intervals. | |
Interval | One of: Day, Month, Quarter, Year. |