COLUMN_PERIOD

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.

1. COLUMN_PERIOD.START

Syntax

COLUMN_PERIOD.START

Return value

Based on the granularity, this function returns the first day of the month for the corresponding month, quarter, or year.

Example

COLUMN_PERIOD.START
//Returns the start date of the month, quarter, or year
Month level
Year level
Quarter level

2. COLUMN_PERIOD.END

Syntax

Return value

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

Example

Year level
Quarter level
Month level

Last updated

Was this helpful?