I am creating a workbook involving Customers and associated products. I would only like to show Customers that are 'Active'. The field Status will have this value in it.
So, I want to create a calculated field filter item to say If the Status field reads 'Active', then show those and this is what I have so far.
IF Status = 'Active' THEN ELSE END
I'm new to Tableau and don't have much SQL experience, so any help would be much appreciated! Thank you in advance!