Skip to content

TotalDaysOfQuarter

Description

TotalDaysOfQuarter returns the total number of days in the quarter of the specified date.

Syntax

TotalDaysOfQuarter(date)

Parameters

Parameter Required Type Description
date Yes Date, field, or expression Date to evaluate.

Notes

Use this function in calculated fields, metric expressions, or query expressions where the function category is supported.

Example

TotalDaysOfQuarter(OrderDate)

The expression returns the calculated result according to the current query context.