Sales Inventory Analysis

In this project, I imported and cleaned the data, created interactive visualizations, and answered key objective questions to make decisions based on the dataset.

Dataset Summary

This dataset includes three interconnected tables: Sales, Product, and Customer.

The Sales table is the core of the dataset, containing transaction-level details about the quantity of products sold, their unit price, discounts applied, and the total amount earned from each sale.

The Product table provides additional details about the items sold, including their names, categories, and standard unit prices.

The Customer table offers demographic and geographic information about the buyers, such as their names, locations, gender, and birthdates.

A few insights possible from this dataset are:

  1. Most Quantity Purchased by Customer

  2. Quantity, Total Amount and Unit Price of Products by their Name and Category

  3. Unit Price by Product Name and Product Category

  4. Amount by Gender and Birth Year

  5. Top 3 Least Sold Products

  6. Top 3 Most Sold Products

  7. Top 3 Most Expensive Products

Fruit Sales Data - Inventory and Sales

Data

Cleansing

To cleanse the dataset, I utilized the Power Query Editor and performed the following steps:

  1. Merged Queries: I combined the product and customer tables with the sales table, consolidating all relevant data into a single table for streamlined visualization development.

  2. Column Expansion: I expanded each of the queries to retain only the columns necessary for the analysis, ensuring a more efficient dataset.

  3. Column Renaming: After merging the tables, I renamed the columns to provide more descriptive titles, enhancing clarity and ease of use during visualization creation.

  4. Removal of Redundant Columns: I eliminated unnecessary columns that were created during the query merge process to avoid data duplication and improve dataset clarity.

  5. Value Replacement: I standardized the gender values by replacing "M" and "F" with "Male" and "Female" for consistency and ease of interpretation.

Dashboard

〰️

Dashboard 〰️