__STYLES__
In this data analysis report, I delve into a business’s sales and revenue data over a two-year period (2019 and 2020). The goal is to extract valuable insights to help optimize business strategies, identify growth opportunities, and understand customer behavior.
My analysis seeks to address key questions pertaining to our business’s performance, customer behavior, and product trends. These questions include:
Data Cleaning and Data Exploration
In this section, I’ll walk you through the process of data cleaning and exploration, solving various problems, and deriving insights from our analysis.
Problem 1: How Much Did the Seller Earn on the New Products in 2020? To address this question, I began by creating a temporary table (#TempData) that combined data from two tables: “business” and “business2.” This consolidated dataset allowed for a unified analysis of the sales data.
-Step 1: I filtered the data for the year 2020 and stored it in another temporary table (#Data2020). — Step 2: Next, I identified new products introduced in 2020 by comparing them with the products sold in 2019. — Step 3: I calculated the earnings for these new products and stored the results in the temporary table #Newproductearning.
Run with Microsoft SQL Server Management Studio
Problem 2: Find the Product with the Biggest Increase in 2020 Compared to 2019?
Solution: To determine the product with the most significant increase in sales between 2019 and 2020, I first calculated the total earnings from new products in 2020. — Step 1: I then summarized the total sales for each product in both years. — Step 2: By calculating the gain (difference) between sales in 2020 and 2019, I identified the product with the highest increase in sales.
Run with Microsoft SQL Server Management Studio
Problem 3: Conduct an ABC Analysis and Calculate the Number of Products in Groups ABC for 2 Years
Step 1: To perform an ABC analysis, I calculated the total sales for each unique product across two years (2019 and 2020). — Step 2: I calculated cumulative sales and percentages to categorize products into A, B, and C based on the Pareto principle. — Step 3: Finally, I determined the number of products in each category (A, B, C) for two years.
Run with Microsoft SQL Server Management Studio
Problem 4: Analyse Customer Revenue Growth in 2020
I analyzed customer revenue growth by categorizing customers based on their total sales in 2019 and 2020. I identified customers with positive, negative, or no change in revenue.
Problem 5: Conduct an RFM (Recency, Frequency, and Monetary Value) Analysis The RFM analysis segment examines the recency, frequency, and monetary value of customers. I categorized customers into segments based on these metrics and provided a summary of customer counts in each segment.
Run with Microsoft SQL Server Management Studio
Problem 6: Check the Seller’s Income by Month and Identify Seasonality
I examined the seller’s income by month to identify any seasonality in the sales data. I categorized monthly income as above average, below average, or average based on the comparison with the average monthly income.
Run with Microsoft SQL Server Management Studio
Recommendations Based on the analysis, I can draw several recommendations to enhance business operations:
The increase in the seller’s income results from various interconnected factors. A combination of popular products, seasonal trends, effective promotions, and aligned market dynamics contributed to this growth. A holistic understanding of these factors equips the business to capitalize on similar opportunities in the future and sustain the upward trajectory of income.