Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants you to prepare a sales report but notices some numbers are treated as text, causing errors in calculations. You need to fix the data types to get accurate totals and averages.
📊 Data: You have a sales dataset with columns: OrderID (text), Product (text), Quantity (text), Price (text), and OrderDate (text). Quantity and Price should be numbers, and OrderDate should be a date.
🎯 Deliverable: A Power BI report with correct data types applied, showing total sales amount and average quantity sold per product.
Progress0 / 9 steps