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

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.

Awesome Lists containing this project

README

          

![Power BI](https://img.shields.io/badge/built%20with-Power%20BI-yellow?style=flat&logo=powerbi)

# 🎡 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.