Introduction

All the prerequisites (datasets, BigQuery tables…​) have been configured before this tutorial.

In the following example, we want to build a dashboard from 2 datasets stored in a bucket.

These datasets are composed of :

  • 1 csv file containing customer data (such as the name, address or market segment of a customer)

  • 1 csv file containing customer order data (such as the order number, amount or date of an order)

We are going to see how to create in less than 15 minutes with DataTask a complete dashboard that will allow us to visualize different KPIs (Key Performance Indicators) on customer orders.