Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants to analyze monthly sales data by product category. The data is currently in a wide format with months as columns. You need to transform it into a long format for better analysis.
📊 Data: You have a table showing sales amounts for three product categories (Electronics, Clothing, Home Goods) across three months (January, February, March). Each month is a separate column.
🎯 Deliverable: Create a Power BI query that unpivots the monthly sales columns into two columns: 'Month' and 'Sales'. Then build a simple bar chart showing total sales by month.
Progress0 / 6 steps