Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants you to create a measure that calculates the average sales per customer for each product category, using variables to make the calculation clear and efficient.
📊 Data: You have a sales table with columns: ProductCategory, CustomerID, and SalesAmount.
🎯 Deliverable: Create a DAX measure using VAR and RETURN to calculate average sales per customer by product category, and build a bar chart showing this measure by product category.
Progress0 / 4 steps