LogoLogo
HomeDocumentation
  • 🐳Using Whaly Guides
  • Core concepts
    • 📚Getting started
      • Data stack architecture
      • Consumers vs Builders
      • Data layers in Whaly
      • License Mapping
    • 🪄Data modeling
      • Understanding data models
      • Designing data models
      • Common modeling patterns
        • Event schema
      • Maintaining data models
      • Data models best practices
    • 🖌️Explorations
      • Understanding Explorations
      • Designing Explorations
      • Maintaining Explorations
      • Mistakes to avoid
  • Training
    • 👁️For viewers
    • 👩‍💻For editors
    • 🧙For builders
      • Setting up the training material
      • Creating a chart
      • Using and editing explorations
      • Filtering a dashboard
      • Creating explorations and models
  • Inspiration
    • 🗒️Use cases
      • Billing / Invoicing
      • Customer success
      • Fundraising
      • Marketing
      • Partnerships
      • Product
      • Sales
      • Strategy
    • 💬Communication
    • 💡Tips
  • Recipes
    • 🤝Customer care
      • How to build a 360° customer dashboard
    • 🏦Finance
      • Modeling your recurring revenue
        • SQL for simplified MRR calculation
        • SQL for advanced MRR calculation
    • 📣Marketing
      • Track your entire Marketing Funnel
      • Calculate your Customer Acquisition Cost
      • Create a partner dashboard
    • 💼Sales
      • Analyze the impact of your Sales velocity on your closing rate
      • Create a sales performance dashboard
      • Build a target oriented sales dashboard
  • Misc
    • 🧐SQL Fanout
    • 📦Backup your data using BigQuery
    • ☁️Embedding reports in Salesforce
    • 👨‍💻Useful SQL operations
      • Flattening categories
Powered by GitBook
On this page
  • Duplicating a tile
  • Using the exploration page
  • Creating our number of order by status chart
  1. Training
  2. For builders

Creating a chart

PreviousSetting up the training materialNextUsing and editing explorations

Last updated 2 years ago

Objectives: in this first exercise we will learn on to duplicate a tile, how the exploration page work and how to create basic chart.

Duplicating a tile

In the first step we will duplicate our "Order per week" tile. To do so:

  1. Open the Training report

  2. In edit mode, click on duplicate tile.

  3. On the new tile, open the submenu and click on "Edit tile"

Using the exploration page

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:

  1. On the middle, you will find :

    1. The query visualisation : this is where you query will be turned into a chart

    2. The breakdown where you will find the aggregated data that was used to build a chart

  2. On the right, you will find :

    1. 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

    2. 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

Creating our number of order by status chart

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:

  1. Group your visualisation using the "Status" dimension

  2. Change the chart type to "Stacked bar chart" under timeserie

  3. Click on run query

  4. Click on update tile

On the left, you will find the exploration content. It contains (in blue), a (in green).

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.

🧙
🎉
metrics
dimensions