This project focuses on extracting valuable insights from the Adventure Works database using SQL queries.The extracted data is further processed, visualized, and presented using Power BI.
Data Extraction: Utilizing SQL queries to extract specific information from the Adventure Works database.
Coding Skills: Implementation of sub-queries, concatenation, joins, mathematical operations, ranking, and dense ranking.
Export to Excel: Exporting SQL query results to Excel for further analysis.
Power BI Visualization: Creating dynamic dashboards with Power BI to present insights effectively.
Google Sheet Data: Link to Google Sheet - Contains data for all seven questions.
Power BI Dashboard: Link to Power BI Dashboard (PDF Format) - Visual representation of extracted insights.
Relational Database Wiring: Link Wiring Diagram - Illustrates the connections between tables.
Data Extraction:Execute SQL queries provided in the code file to extract information.
Export to Excel:Save the SQL code file and export results to Excel.
Power BI Visualization: Import the Excel file into Power BI. Apply data transformation, create visualizations, and design dashboards.
Presenting Insights: Leverage Power BI features such as tooltips, color combinations, and dynamic information for effective presentation.
SQL Coding Proficiency
Data Mining and Extraction
Excel and Power BI Skills
Data Visualization Techniques
Feel free to explore the provided links to understand the project data, visualizations, and database relationships
-
What are the top 10 highest selling products in the database?
- Use the
salesorderdetailtable as the base table, withLineTotalas Sales. Create a Pie chart to depict this information.
- Use the
-
Who are the top 10 highest spending customers in the data along with their address and address type information?
- Use the
salesorderheadertable as the base table, withTotalDueas sales. Create a Bar chart to depict this information.
- Use the
-
Calculate the Sales by Sales Reason Name and Reason Type. Also find the best and worst performing Sales Reason in terms of Sales.
- Use the
salesorderheadertable as the base table, withTotalDueas sales. Create a Bar chart to depict this information.
- Use the
-
Calculate the average number of orders shipped by different Ship methods for each month and year.
- Use the
salesorderheadertable as the base table, withTotalDueas sales. Create a Line chart to depict this information.
- Use the
-
Calculate the count of orders, maximum and minimum shipped by different Credit Card Type for each month and year.
- Create a chart of your choice to depict this information.
-
Which are the top 3 highest selling Sales Person by Territory for each month and year?
- Create a chart of your choice to depict this information.
-
Calculate the count of employees and average tenure per department name and department group name.
- Create a table to depict this information.