COLUMN_PERIOD
The COLUMN_PERIOD function can be used to select data from a given measure, for a specified period.
START | Returns the start date of the period |
END | Returns the end date of the period |
1. COLUMN_PERIOD.START
Syntax
Return value
Returns the first day of the month for the corresponding month, quarter, or year based on the granularity.
Example
2. COLUMN_PERIOD.END
Syntax
Return value
Returns the last day of the month for the corresponding month, quarter, or year based on the granularity.
Example
Last updated