Selection Logic: Based on the calculated column formula HighSales = IF(Superstor...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Selection Logic: Based on the calculated column formula HighSales = IF(Superstore[Sales] > 1000, 'High', 'Normal'), if you have a dataset with four sales values—500, 1050, 900, and 2500—how many records will be classified as 'High'?