An open API service indexing awesome lists of open source software.

https://github.com/darrendavy12/classic_car_models_dashboard

Power BI Dashboard
https://github.com/darrendavy12/classic_car_models_dashboard

cars-dataset excel mysql powerbi

Last synced: 7 months ago
JSON representation

Power BI Dashboard

Awesome Lists containing this project

README

          

# Classic Car Models Dashboard
Power BI Dashboard

# Tools used for this project was:

- Excel
- MySQL
- Power BI

# Overview of project:

So I downloaded the dataset from a site called Data Catalog, as a .csv file.

Opened the CSV file in Microsoft Excel then saved it as an .xlsx file since I will be creating more sheets with excel.

Made sure to visually clean the dataset using find and replace for blanks or typo errors.

The sheets that I created were data based on:

- Product Overview
- Sales Data
- Country Overview
- Products Purchased Together
- Credit Limit Grouped
- Purchased Value Change
- Office Sales

I created a schema within mySQL, noting that this will be relational database.

Next was retrieving that dataset from excel and using mySQL to combine, filer and sort the data, from there using SQL Commands like:

- Select statement
- From
- Order by
- Joins
- On
- As

I made a view table in mySQL using the dataset.

Inside Power BI I copied my connection string from mySQL classic models server port and pasted it into Power BI.

The connection was successful.


Now the view from mySQL is within Power BI, I edited my canvas to start adding components for data visualization.

I wanted the dashboard to show the data on sales and net profit from Customer Name, Product Line and Customer Country.

Components used in dashboard:

- Scatter Graph
- Line Chart
- Donut Chart
- Decomposition Tree
- Standard table

Including a sales overview, average unique orders and count of unique sales while using dynamic pages, buttons and animations within the dashboard.