{"id":23219473,"url":"https://github.com/shivani0126/adventure_works_data_analysis","last_synced_at":"2025-04-05T15:11:48.786Z","repository":{"id":265864972,"uuid":"896756526","full_name":"shivani0126/Adventure_Works_Data_Analysis","owner":"shivani0126","description":"Data Analysis of Bicycle Manufacturing Company Using Python, SQL and Power BI. The objective of this project is to create an end-to-end sales analytic report based on AdventureWorks database.","archived":false,"fork":false,"pushed_at":"2024-12-01T09:01:00.000Z","size":9478,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T11:52:42.968Z","etag":null,"topics":["dashboard","data-visualization","dataanalysisusingpython","datacleaning","datagathering","datapreparation","dax-query","powerbi","python","salesanalysis","sql"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shivani0126.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-01T08:11:09.000Z","updated_at":"2024-12-01T09:14:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"98a489af-7ef2-4cdd-98df-cde4c169a89d","html_url":"https://github.com/shivani0126/Adventure_Works_Data_Analysis","commit_stats":null,"previous_names":["shivani0126/adventure_works_data_analysis-"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivani0126%2FAdventure_Works_Data_Analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivani0126%2FAdventure_Works_Data_Analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivani0126%2FAdventure_Works_Data_Analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivani0126%2FAdventure_Works_Data_Analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivani0126","download_url":"https://codeload.github.com/shivani0126/Adventure_Works_Data_Analysis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353740,"owners_count":20925329,"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":["dashboard","data-visualization","dataanalysisusingpython","datacleaning","datagathering","datapreparation","dax-query","powerbi","python","salesanalysis","sql"],"created_at":"2024-12-18T21:34:18.180Z","updated_at":"2025-04-05T15:11:48.760Z","avatar_url":"https://github.com/shivani0126.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Analysis of Bicycle Manufacturing Company Using Python, SQL and Power BI\n \n## Overview\n\nThis project goes through the Production and Inventory Analysis of the Microsoft AdventureWorks Database. Adventure Works is a fictional bicycle manufacturing company, this database contains standard transactions data from an Enterprise Resource Planning System. It contains data from the following scenarios of the company: Human Resources, Product Management, Manufacturing, Purchasing, Inventory, Sales, and Admin. The objective of this project is to create an end-to-end sales analytic report based on AdventureWorks database. Which is an online transaction processing (OLAP) database sample based on a fictitious multinational bicycle manufacturing company named AdventureWorks.\nThis analysis focuses on the Manufacturing and Inventory part of the data. Microsoft Power BI has been used to create an interactive dashboard while pulling data from SQL Server.\n\n## Data Source\n\n[Data Source](https://docs.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver15\u0026tabs=ssms)\n\n## Data Model\n\nDefining an effective data structure in a dashboard is important, incorporating a star schema model gives an efficient design and makes the data refresh faster. The image below shows the tables used in the process:-\n\n\u003cimg width=\"620\" alt=\"DataModel\" src=\"https://github.com/user-attachments/assets/8c01945f-b234-496e-bcb6-c438f12a57e1\"\u003e\n\n\n\n### Tables used in the model: -\n\n- Production Location - Has Production assembly data, 1.e. Parts used to manufacture each product are defined here with an assembly location category\n- Production Product - Data related to products, their physical details, price, etc.\n- Production ProductCategory - Products and their defined categories\n- Production ProductSubcategory - Products and their subcategories\n- Production ProductInventory - Inventory data of the produced products\n- Production ScrapReason - Waste Data related to manufacturing\n- Production WorkOrder - Production transactions and related data\n- Production WorkOrderRouting - Production work order scheduling data and details\n- Sales SalesOrderDetail - Transactional Sales Data\n\n## Built With\n\n•[Python](https://www.python.org/)\n•[Power BI](https://powerbi.microsoft.com/en-us/)\n•[SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)\n\n## Analysis\n\n### Main Page\n\nThis dashboard analyses manufacturing and inventory operations, the dashboard is made to have an app-like navigational interface. The main page includes leads to three areas namely Production Overview and Inventory Overview and Production Category Analysis. Each then breakdown details and KPIs on their own page afterward.\n\n\u003cimg width=\"1024\" alt=\"Main Page\" src=\"https://github.com/user-attachments/assets/2cf71eb4-6182-4d59-86b0-d3aa7313fe97\"\u003e\n\n### Production Overview\n\n\u003cimg width=\"1024\" alt=\"Production Overview Page\" src=\"https://github.com/user-attachments/assets/9b9dd220-5850-432b-af68-ffa45b7ecd06\"\u003e\n\n\nThe dashboard is made according to the fiscal year terms, a custom date table was created using DAX, to automatically generate Fiscal year segregations. An assumption is made that the fiscal year starts on October 1st and ends on September 30th.  \n\nThis page gives information about the manufacturing overview of the company, Measures were created in Power BI in order to have custom KPIs. All the charts and KPIs are described below: -\n\n\u003cimg width=\"1024\" alt=\"Production Overview KPI\" src=\"https://github.com/user-attachments/assets/8eb161d9-377f-4795-ad1a-263344a37b35\"\u003e\n\n### Production Category Analysis\n\nAfter looking at the overview of the manufacturing department, one can navigate to the Product Category Page for a more detailed analysis. Which will help identify specific issues in the manufacturing system. \n\nThis section consists of 4 charts that show an in-depth analysis of the Production components and help determine specific issues.\n\n\u003cimg width=\"1024\" alt=\"Production Category Analysis\" src=\"https://github.com/user-attachments/assets/0a4bb266-603f-443a-b116-11f8176b09e8\"\u003e\n\n\n### Inventory Overview\n\nAnother major component of the dashboard is the Inventory overview, although there is no data regarding the distribution supply chain in the database this analysis is done assuming the is one location.\n\nMain Page\n\nThe overview includes 3 KPI's, 3 Filters to slice the data, and 2 charts.\n\n\u003cimg width=\"1024\" alt=\"Inventory data overview\" src=\"https://github.com/user-attachments/assets/d59c9b3b-805d-4706-aee5-0b54c56e2c94\"\u003e\n\n\n**KPIs**\n\n\u003cimg width=\"1024\" alt=\"Inventory data overview KPI\" src=\"https://github.com/user-attachments/assets/66520321-771e-4705-8049-14a062ddef2f\"\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivani0126%2Fadventure_works_data_analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivani0126%2Fadventure_works_data_analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivani0126%2Fadventure_works_data_analysis/lists"}