Creating a chart
Last updated
Last updated
Objectives: in this first exercise we will learn on to duplicate a tile, how the exploration page work and how to create basic chart.
In the first step we will duplicate our "Order per week" tile. To do so:
Open the Training report
In edit mode, click on duplicate tile.
On the new tile, open the submenu and click on "Edit tile"
We are now on the exploration page. You can think of this page as the dynamic chart screen in excel. This page is structured with three panels:
On the left, you will find the exploration content. It contains metrics (in blue), a dimensions (in green).
On the middle, you will find :
The query visualisation : this is where you query will be turned into a chart
The breakdown where you will find the aggregated data that was used to build a chart
On the right, you will find :
The query builder, where we will use the measures and dimensions we have at our disposal in order to ask a question on our data
The chart options, allowing use to customise the look of our chart. The options will change based on the type of chart you want to display
The exercise wants to create the following chart :
Add Order breakdown per Order status
To do it based on our initial chart, this is quite simple:
Group your visualisation using the "Status" dimension
Change the chart type to "Stacked bar chart" under timeserie
Click on run query
Click on update tile
That's it 🎉 Our chart now represents the number of order grouped by week and by order status. Let's move on the next exercise to learn more about metrics and calculated metrics.