Selection Logic: Based on the calculated column formula HighSales = IF(Superstor...
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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'?