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
- Host: GitHub
- URL: https://github.com/darrendavy12/classic_car_models_dashboard
- Owner: DarrenDavy12
- Created: 2024-07-31T08:30:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T14:47:29.000Z (about 1 year ago)
- Last Synced: 2024-08-02T16:34:13.671Z (about 1 year ago)
- Topics: cars-dataset, excel, mysql, powerbi
- Homepage:
- Size: 807 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 SalesI 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
- AsI 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.