From the course: Databricks for Data Analysts

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Getting data into Dashboard using SQL

Getting data into Dashboard using SQL - Databricks Tutorial

From the course: Databricks for Data Analysts

Getting data into Dashboard using SQL

All right, so now we're going to learn how to build dashboards in Databricks. A dashboard is just a collection of charts, tables, filters that can allow us and allow the others to analyze the data quickly in one place. So now we're going to go and build together a dashboard exactly like I do in my real projects. So let's go. Now the first step is a classical one. It's always about understanding the business requirements. So it's all about building a sales dashboard that's going to show us the performance for the sales, the customer activities, and some insights about the products. Now the key metrics for the dashboard are going to be the total sales, the total number of orders, customers, and products. And the main components of the dashboard are going to be, we have to show the overall performance, we have to show how the business is growing over the time, go and compare the different categories of the products, and show the geographic distribution, so that means we have to go and…

Contents