To group time-series data into days, hours, or minutes you round the dates to the desired unit. But what if you want to count the rows in groups of five, ten, or fifteen minutes?
To do this you need to calculate which time period a datetime falls in. Join this session to learn how to do this calculation and learn how 23.7 simplifies this with a built-in function: TIME_BUCKET.