https://github.com/samirasiavash/chinook-dashboard
An interactive and professional dashboard built with Power BI based on the well-known Chinook dataset. This dashboard provides comprehensive analysis of sales, customers, albums, and artists, enabling users to explore trends, key performance indicators (KPIs), and visual reports in an easy and insightful way.
https://github.com/samirasiavash/chinook-dashboard
business-intelligence chinook-database dashboard data-visualization power-bi power-bi-dashboard
Last synced: 3 months ago
JSON representation
An interactive and professional dashboard built with Power BI based on the well-known Chinook dataset. This dashboard provides comprehensive analysis of sales, customers, albums, and artists, enabling users to explore trends, key performance indicators (KPIs), and visual reports in an easy and insightful way.
- Host: GitHub
- URL: https://github.com/samirasiavash/chinook-dashboard
- Owner: SamiraSiavash
- Created: 2025-07-04T20:03:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T20:33:12.000Z (3 months ago)
- Last Synced: 2025-07-04T21:30:39.733Z (3 months ago)
- Topics: business-intelligence, chinook-database, dashboard, data-visualization, power-bi, power-bi-dashboard
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# π΅ Chinook Analytics Dashboard β Power BI
Interactive Power BI report built on the classic **Chinook** sample database.\
The dashboard explores sales, customers, albums, artists, tracks, and genres across multiple pages.> **Repository structure**
>
> ```
> Chinook-dashboard/
> βββ Chinook.pbix # full Power BI report
> βββ Data/
> β βββ Chinook.bak # SQL Server backup (main data source)
> β βββ Chinook.xlsx # optional Excel export for quick demo
> βββ Images/ # dashboard screenshots
> β βββ 1.Overview.png
> β βββ 2.Sales by Country.png
> β βββ 3.Customers.png
> β βββ 4.Genres.png
> β βββ 5.Albums.png
> β βββ 6.Tracks.png
> βββ README.md
> ```---
## π Dashboard pages & key insights
| Page | Highlights |
| -------------------- | ------------------------------------------------------------------------- |
| **Overview** | β Total revenue & ordersβ KPI cards for customers, tracks, invoices |
| **Sales** | β Revenue & invoices by billing countryβ Trend line of monthly sales |
| **Customers** | β Top spendersβ Customer count by country & cityβ Avg. spend per customer |
| **Sales Experts** | β Top sales agents ranked by revenueβ Sales & invoice count per agentβ Customer location breakdownβ Revenue trends by agent |
| **Genres & Artists** | β Revenue by genreβ Top-earning artists and albums |---
## π Data sources
| Source | Description | Location |
| ------------------------------ | ------------------------------------------------------------------------------------ | ------------------- |
| **SQL Server backup** | Primary data source used in the PBIX file; restore on any SQL Server 2019+ instance. | `Data/Chinook.bak` |
| **Excel export** | Lightweight snapshot of core tables for quick exploration without SQL Server. | `Data/Chinook.xlsx` |---
## π Tools & techniques
- **Power BI Desktop**
- **SQL Server** (restore the `.bak` to re-use live database)
- **Power Query (M)** for extraction & transformation
- **Star-schema modelling** of Chinook tables---
## π How to run locally
1. **With SQL Server**
1. Restore `Data/Chinook.bak` on a local SQL Server 2019+ instance.
2. Update the **Data Source Settings** in `Chinook.pbix` to point to your server.
3. Refreshβenjoy the full relational model.
2. **Quick demo (no SQL Server)**
1. Open `Chinook.pbix`, ignore missing SQL source.
2. Switch the queries to `Data/Chinook.xlsx` (already included) and refresh.---
## π¦ Downloads
The full `.pbix` file is included in the repo and does not require a separate download.
---
## π©βπ» Author
**Samira Siavash**\
[LinkedIn](https://linkedin.com/in/samira-siavash) β’ [GitHub](https://github.com/SamiraSiavash)---
## π License
Distributed under the **MIT License**. See the `LICENSE` file for details.