How to build a simple dashboard using Power BI

Sabhaya harsh
3 min readOct 28, 2021

--

Name: Telecom Churn Dataset

Link: https://www.kaggle.com/mnassrib/telecom-churn-datasets

What is PowerBI dashboard?

A Power BI dashboard is a single page, often called a canvas, that uses visualizations to tell a story. Because it is limited to one page, a well-designed dashboard contains only the most-important elements of that story.

The visualizations you see on the dashboard are called tiles and are pinned to the dashboard by report designers. In most cases, selecting a tile takes you to the report page where the visualization was created. If you’re new to Power BI, you can get a good foundation by reading Power BI basic concepts.

Dashboard generation in PowerBI

We will now generate a dashboard. Firstly, we need to publish the reports from our local machine to Power BI.

Here I going to list out some columns which is in the dataset.

OrderID : String
CustomerID : String
PlaceID: Integer
ProductID : String
SalesID: Integer
Sales: Integer
Quantity: Integer
Cost: Integer
Discount : Float

  1. Load the dataset using getdata.

2. After successfully adding your dataset go to your dataset and add some visuals.

3. After that I have created PI-chart for some columns.

4. Blow image you can see a map by state , city column and PlaceID.

5. Line graph you can see in below image.

6. Donut Chart you can see in the below image.

7. Here you can see the dashboard.

This is it for this blog. Thank you for visiting.

--

--