Skip to main content

Extract Date Parts from Datetime

Introduction

Need to analyze your data by different time periods? Holistics supports Date Parts to extract specific date/time components from your timestamps.

This feature lets you group and analyze your data by:

  • Day of Week (e.g., Monday, Tuesday)
  • Month of Year (e.g., January, February)
  • Quarter of Year (e.g., Q1, Q2)
  • Day of Month (1-31)
  • Hour of Day (0-23)
  • ISO Week (W1-W53)
reporting-date-part-gif

Supported functions

Here's what you can extract from a timestamp like 2021-06-10 14:19:15:

Date Parts functionsOutput
By Quarter of YearQ2 2021
By Month of YearJune
By ISO WeekW23
By Days of WeekThursday
By Days of Month10
By Hour of Day14

Example of how you can slice total orders by month of the year in a pivot table.

reporting-date-part-intro

Let us know what you think about this document :)