{"id":26076716,"url":"https://github.com/pranee123/supply_chain_dashboard","last_synced_at":"2025-07-06T19:04:14.910Z","repository":{"id":281358098,"uuid":"945034330","full_name":"pranee123/Supply_chain_dashboard","owner":"pranee123","description":"A Power BI Supply Chain Dashboard for analyzing  purchase orders, and inventory transactions using SQL and Power BI. 🚀","archived":false,"fork":false,"pushed_at":"2025-03-08T14:21:33.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T15:19:51.843Z","etag":null,"topics":["datacleaning","mysql-database","powerbi","visualization"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pranee123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-08T14:05:13.000Z","updated_at":"2025-03-08T14:24:15.000Z","dependencies_parsed_at":"2025-03-08T15:30:03.084Z","dependency_job_id":null,"html_url":"https://github.com/pranee123/Supply_chain_dashboard","commit_stats":null,"previous_names":["pranee123/supply_chain_dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pranee123%2FSupply_chain_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pranee123%2FSupply_chain_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pranee123%2FSupply_chain_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pranee123%2FSupply_chain_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pranee123","download_url":"https://codeload.github.com/pranee123/Supply_chain_dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242631179,"owners_count":20160831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datacleaning","mysql-database","powerbi","visualization"],"created_at":"2025-03-09T02:08:08.494Z","updated_at":"2025-03-09T02:08:09.222Z","avatar_url":"https://github.com/pranee123.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📊 Supply Chain Power BI Dashboard\n\u003cimg width=\"575\" alt=\"Suplly_chain_dashboard\" src=\"https://github.com/user-attachments/assets/0fbf020e-36ab-4f2c-9a7f-c26d3d13d0ef\" /\u003e\n\n## 📌 Overview\nThis repository contains a **Power BI dashboard** that provides insights into supply chain data, including **customer orders, suppliers, products, and revenue analytics**.\n\n---\n\n## 📂 Files in this Repository  \n- **`SupplyChain_Dashboard.pbix`** → The main Power BI dashboard file.  \n- **`Dataset_Summary.csv`** → Summary of data sources used in the dashboard.  \n- **`DAX_Calculations.md`** → List of all DAX measures used.  \n- **`PowerBI_Report.pdf`** → Exported report from Power BI.  \n\n---\n\n## 📊 Dashboard Insights  \n### ✅ Key Features:  \n- **Top Customers by Revenue**  \n- **Best-Selling Products \u0026 Suppliers**  \n- **Total Discount and Savings Analysis**  \n- **Monthly Revenue Trends**  \n- **Customer-Supplier Relationship Analysis**  \n\n---\n\n## 📈 Data Sources  \nThe dashboard is built using **six tables from the Supply Chain database**:  \n- **Customer** → Customer details (Name, City, Country)  \n- **OrderItem** → Products ordered, quantity, and price  \n- **Orders** → Order details and total amount  \n- **Product** → Product name, supplier, price  \n- **Supplier** → Supplier details  \n- **Calendar** → Date-based calculations  \n\n---\n\n## 🛠️ DAX Measures Used  \n--DAX\nTotal Revenue = SUM(Orders[TotalAmount])\n\nTop Customers = \nVAR CustomerRevenue = \n    ADDCOLUMNS(\n        SUMMARIZE(Customer, Customer[FirstName]),\n        \"Revenue\", SUMX(RELATEDTABLE(Orders), Orders[TotalAmount])\n    )\nRETURN\n    TOPN(5, CustomerRevenue, [Revenue], DESC)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranee123%2Fsupply_chain_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpranee123%2Fsupply_chain_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranee123%2Fsupply_chain_dashboard/lists"}