This project involves analyzing e-commerce data using SQL, Excel, and Power BI to derive insights and visualize key metrics. The main objectives are to identify trends, track sales performance, and provide a comprehensive overview of business operations.
- SQL: For querying the database to extract and manipulate data.
- Excel: For creating pivot charts and analyzing data from SQL queries.
- Power BI: For building interactive dashboards to visualize the data.
- E-commerce Database: Contains tables such as Orders, Customers, Products, and Sales.
- Credit Limit: Identifying customers' credit limits.
- Customers Affected by Late Shipping: Listing customers who have experienced late shipments.
- Customers Over Credit Limit: Finding customers who have exceeded their credit limit.
- Office Sales by Customer Country: Summarizing sales by office and customer country.
- Products Purchased Together: Analyzing products that are often bought together.
- Sales and Country Overview: Providing an overview of sales by country.
- Sales Value Change from Previous Order: Calculating the change in sales value from one order to the next.
- Pivot Charts: Created for each of the SQL queries to visualize the data. The charts include:
- Credit Limit Analysis
- Late Shipping Impact
- Customers Over Credit Limit
- Office Sales by Customer Country
- Products Purchased Together
- Sales and Country Overview
- Sales Value Change from Previous Order
This dashboard provides a comprehensive analysis of sales and net profit.
- Clustered Bar Chart: Analyzes sales and net profit by product line.
- Scatter Chart: Analyzes net profit and sales by the cost of sale.
- Donut Chart: Analyzes sales and net profit by office country.
- Stacked Column Chart: Analyzes sales and net profit by customer country.
- Cards: Display total sales, count of unique orders, and average value per order.
- Trend Lines: Show trends by office country below each card.
- Slicers:
- Order Date Slicer: Filters charts and cards by order date.
- Product Line Slicer: Filters charts and cards by product line.
- Toggle Buttons: Switch between sales and net profit views in the charts.
This dashboard focuses on a more detailed analysis of net profit.
- Decomposition Tree: Analyzes net profit explained by customer country, product line, and customer name.
- Table: Shows a sales overview with columns such as Order Year, Order Month, Sales Value, Sales Value MoM%, and Sales Value YTD.
- Toggle Buttons: Switch between the two dashboards.
- Database Setup: Ensure you have access to the e-commerce database and the necessary permissions to run SQL queries.
- Run SQL Queries: Execute the provided SQL queries to extract the data needed for analysis.
- Excel Analysis: Import the SQL query results into Excel and create the pivot charts.
- Power BI Dashboards:
- Import the data into Power BI.
- Follow the provided steps to create the visualizations and set up the slicers and toggle buttons.
- Interact with the Dashboards: Use the slicers and toggle buttons to explore the data and gain insights.
This project showcases the use of SQL, Excel, and Power BI to analyze and visualize e-commerce data effectively. The insights derived can help in making informed business decisions.