Last updated
Was this helpful?
The SOQTR function returns the start date of the quarter for a given date. References and measures are also accepted as arguments. This function is commonly used to group data by quarter and calculate quarterly reporting periods.
SOQTR(date)date: The input date.
Returns the start date of the quarter.
SOQTR("05/29/2026")Returns 4/1/2026, which is the start date of the quarter containing 05/29/2026.

Last updated
Was this helpful?
Was this helpful?