Skip to content

Instantly share code, notes, and snippets.

@samuelleach
Created February 28, 2014 15:41
Show Gist options
  • Select an option

  • Save samuelleach/9273244 to your computer and use it in GitHub Desktop.

Select an option

Save samuelleach/9273244 to your computer and use it in GitHub Desktop.
Example of a conditional filter in Tableau
MAX(IFF([Category]="category1",1,0))+
MAX(IFF([Category]="category2",1,0))=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment