Skip to content

nupur711/AdventureWorkSales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

About Challenge: AdventureWorks Sales Analysis

AdventureWorks Sales Data This dataset contains information about sales transactions, product models, product categories, and geographical details about customers. Data Problems/Questions

  1. Yearly Sales Trend Analysis: Analyze the total sales trend over the years and identify any significant growth or decline in sales.
  2. Product Performance: Identify the top 5 performing products based on total sales and analyze their monthly sales trend for the last year.
  3. Sales by Region: Compare total sales by geographical regions and highlight the best and worst performing regions.
  4. Profitability Analysis: Calculate the profitability per product category and identify the most profitable category.
  5. Sales Channel Efficiency: Compare the efficiency of different sales channels (online vs. retail).
  6. Cumulative Sales Analysis: Create a DAX measure to calculate cumulative sales over a year. Use a variable to store the maximum date selected by the user and calculate sales up to that date.
  7. Product Category Performance Comparison: Develop a measure that calculates the percentage change in sales for each product category from the previous month. Use variables to simplify the DAX expression and enhance performance.
  8. Dynamic Top N Analysis: Implement a dynamic measure that allows users to select the top N products based on sales. Incorporate a slicer in your report for users to choose the value of N dynamically.
  9. Profit Margin Analysis by Region:
  10. Write a DAX measure to calculate the profit margin for each region. Include a dynamic filter to allow users to select specific regions or all regions, and visualize this data on a map.
  11. Year-over-Year Growth Percentage: Create a DAX measure that calculates the Year-over-Year growth percentage for total sales. Use a date slicer to let users dynamically select the year and visualize the growth trend.
  12. Dynamic Ranking with Slicers: Construct a DAX measure to dynamically rank customers or products based on sales. Allow users to adjust the ranking criteria through slicers, switching between sales, quantity, or profitability.
  13. What-If Analysis for Discount Impact: Implement a DAX scenario analysis to show the impact of different discount levels on profitability. Use a parameter table to allow users to select a discount rate and dynamically visualize the net profit impact.

Data Model: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published