Scenario Mode
👤 Your Role: You are a data analyst at a retail company.
📋 Request: Your manager wants you to clean the sales data by removing duplicates and filtering out sales below $100. Then, they want to see how you applied these changes step-by-step and be able to undo any step if needed.
📊 Data: You have a sales dataset with columns: OrderID, Product, Region, SalesAmount, and Date. Some rows have duplicate OrderIDs and some sales are below $100.
🎯 Deliverable: Create a Power BI query that applies the cleaning steps with applied steps visible. Demonstrate how to undo the last step and show the final cleaned data.
Progress0 / 7 steps