In TABLEAU, I'm looking at creating a field that calculates the percentage of success of certain types of kickstarter campaigns.
I've tried using the calculated fields option to no avail.
Present in the dataset is a status dimension
I'm looking to have a simple formula like SUM([Status]= Successful)/ SUM(([Status]= Successful)+([Status]= Failed)) *100
Thank you