Adding hours to a date
ADD_HOUR([Created On], 1)
Adding minutes to a date
ADD_MINUTE([Created On], 1)
Adding months to a date
ADD_MONTH([Created On], 1)
Adding weeks to a date
ADD_WEEK([Created On], 1)
Adding years to a date
ADD_YEAR([Created On], 1)
Returns the auto detected date grouping period
Converts a provided date string in a known format to a date value
Returns the date of the expression (DD MMM YYYY)
Returns the date, truncating seconds of the expression
Returns the date, truncating seconds of the expression
Returns the month of the expression
Returns the current date as date value
Returns the quarter of the expression
Special date function used for grouping data by date period
TIMELINE([Start Date, End Date])
Returns the week of the expression
Returns the year of the expression