BigData / Tableau Interview Questions
What is the difference between a Set and a Group in Tableau?
Both let you organize dimension members, but they answer different questions: a group asks "how should these members be relabeled/combined?" while a set asks "which members are in or out?"
| Group | Set |
| Combines multiple members into a new, renamed category. | Defines an in/out membership condition (binary: in the set or not). |
| Always static once created. | Can be static (fixed) or dynamic (computed/Top-N). |
| Can only have members from a single field. | Can be based on multiple fields, or built from a condition/formula. |
| Best for rollups like states → regions. | Best for highlighting or filtering to a rule-based subset, like "Top 10 Customers." |
A quick way to remember it: use a group when you want to relabel and combine ("these three states are now one region"), and use a set when you want a yes/no flag on membership ("is this customer in my top 10 or not").
More Related questions...