PARALLELPERIOD is a DAX function that returns a parallel period of dates based on a given set of dates and a specified interval.
Syntax
PARALLELPERIOD(
Dates,
NumberOfIntervals,
Interval
)
Argument | Properties | Description |
---|---|---|
Dates | The name of a column containing dates or a one column table containing dates. | |
NumberOfIntervals | The number of the intervals. | |
Interval | One of: Day, Month, Quarter, Year. |