Setting up the training material
Last updated
Last updated
Objectives: in this section, you will be guided on setting everything up in order to start training.
This steps are usually done on your behalf by Whaly's team before the first onboarding call. You should just check that everything is set-up properly before heading on to the next article ☺️
Connecting the "Jaffle Shop" source
Creating our base exploration
Creating our base report
Adding our first chart
The first thing we will need to do is connect our training source. In order to do so, simply head to the source catalog and click on the Jaffle Shop (Training material)
source. Then, click on the Connect
button.
The Jaffle Shop source is composed of three data tables:
Customers
Orders
Payments
A customer has between 0 and n orders. An order has a customer, and between 1 and n payments. A payment is linked to an order.
In order to create our training exploration, head to workbench, then create a new exploration from a template. Select the Jaffle Shop (training) template. Then, simply click on "use template".
The following exploration will be automatically created in your workspace :
In order to create our training report :
Head to your workspace. Click on "Create a dashboard", give it a name (Training for example) and a folder, then and click on "Continue"
Add a text tile with the following text :
Exercise:
[New Chart] Add Order breakdown per Order status
[New Chart + New Metric] Add the payment amount paid with gift cards per month
[New dashboard filter] Filter the dashboard on a customer
[New model + New Exploration+ New Chart + New Drill] Add the number of customers per number of orders
The first chart we will add is the number of order per week. To do so:
On the report, click on Edit
Click on the Add chart button
Select the "Order" exploration from the list
Then, reproduce the following query :
Drop "number of orders" and "order date" in the chart.
Select the line chart under timeserie
Set the time to "all times", and group by week
Click on Run query, and display as a bar chart
Click on "Add tile" to add the chart to your dashboard
Our dashboard should look like this now :
That's it, we are now ready to work on the training exercices. Head on the the next step in order to deep dive on charts creation 🤿