COLUMN_PERIOD
Returns the start or end date for the specified time period.
Last updated
Was this helpful?
Returns the start or end date for the specified time period.
The COLUMN_PERIOD function returns the start or end date for the specified time period.
START
Returns the start date of the period.
END
Returns the end date of the period.
COLUMN_PERIOD.STARTBased on the granularity, this function returns the first day of the month for the corresponding month, quarter, or year.
COLUMN_PERIOD.START
//Returns the start date of the month, quarter, or year


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



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