Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants to identify for each product the number of previous sales transactions that happened before the current transaction date.
📊 Data: You have a sales table with columns: ProductID, TransactionDate, and SalesAmount. Each row is a sales transaction.
🎯 Deliverable: Create a calculated column that counts how many earlier transactions exist for the same product before the current transaction date.
Progress0 / 4 steps