I have a question regarding tableau calculated field.
I am using Sample Super Store data. Below is my questions
I want to Categorize Sales into 'Low Sales','High Sales' and 'Super Sales' based on below
using Case Statements
SUM(Sales)>500000 then categorize as 'Less Sales' (Sales) between 500000 and 1000000 then 'High Sales' Else SUM(Sales)>1000000 then 'Super Sales'
After categorising I need to find out the count of [Order] under Super Sales '