Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Conversion rates
Time to first order
12. Average time to first order in weekly cohorts – exercise
Conversion charts
Summary

Instruction

Good job! We'll do one more exercise before we move on.

Exercise

Create a report of the average time to first order (in days) for weekly registration cohorts from 2017 in each registration channel. Show the following columns: Week, ChannelName, and AvgDaysToFirstOrder.

Stuck? Here's a hint!

Use the following piece of code to calculate the average time:

AVG(1.0 * DATEDIFF(Day, RegistrationDate, FirstOrderDate))