Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants you to prepare a report that shows total sales by month and also the average sales per customer. However, the sales data has some numbers stored as text, and the dates are stored as strings. You need to convert these to the correct types to perform calculations.
📊 Data: You have a sales dataset with columns: 'Order ID' (text), 'Order Date' (string in format 'YYYY-MM-DD'), 'Customer ID' (text), 'Sales Amount' (text representing numbers), and 'Quantity' (number).
🎯 Deliverable: Create a Tableau worksheet that shows total sales by month and average sales per customer, using type conversion functions to fix data types.
Progress0 / 6 steps