COLUMN_PERIOD
Last updated
Was this helpful?
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
COLUMN_PERIOD.STARTReturns the first day of the month for the corresponding month, quarter, or year based on the granularity.
COLUMN_PERIOD.START
//Returns the start date for a month, quarter, or year


Returns the last day of the month for the corresponding month, quarter, or year based on the granularity.



Last updated
Was this helpful?
Was this helpful?
COLUMN_PERIOD.ENDCOLUMN_PERIOD.END
//Returns the end date for a month, quarter, or year