Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a report that shows the total sales amount. When the report user selects a single product category, the report should display the sales for that category. If multiple or no categories are selected, the report should show the total sales for all categories with a message 'Multiple or no categories selected'.
📊 Data: You have sales data with columns: Date, ProductCategory, SalesAmount.
🎯 Deliverable: Create a measure that uses SELECTEDVALUE and HASONEVALUE to show sales amount based on the selection, and build a card visualization to display the result with the message when needed.
Progress0 / 4 steps