Tableau
Sets in Tableau are custom fields that define a subset of data based on a condition. They help in filtering and segmenting data dynamically. There are two types of sets in Tableau:
This guide focuses on Dynamic Sets and how to use them effectively in Tableau.
Also Read: Dimensions and Measures in Tableau
Dynamic Sets in Tableau are collections of data points that update automatically based on user interaction or changes in data. They allow you to segment data dynamically without manually modifying set members.
Follow these steps to create a Dynamic Set in Tableau:
Ensure your dataset is loaded into Tableau before proceeding.
Customer Name
or Product Category
).A new window will appear with options to create the set dynamically:
SUM(Sales) > 1000
.Once you’ve created a dynamic set, you can use it in several ways:
Set actions allow users to dynamically update the set based on interactions:
You can combine multiple sets to create new insights:
INTERSECT
, UNION
, etc.).Here are some practical ways to apply Dynamic Sets in Tableau:
Customer Name
.Top 10 by SUM(Sales)
.Order Amount > 5000
.Region
.We hope this article about Understanding Dynamic Sets in Tableau was helpful for you and you learned a lot of new things from it. If you have friends or family members who would find it helpful, please share it to them or on social media.
Join our social media for more.
Hi, I am Vishal Jaiswal, I have about a decade of experience of working in MNCs like Genpact, Savista, Ingenious. Currently i am working in EXL as a senior quality analyst. Using my writing skills i want to share the experience i have gained and help as many as i can.
Welcome to Day 13 of Learning Python for Data Science! Today, we’re focusing on three…
Test your understanding of Python Data Structure, which we learned in our previous lesson of…
Welcome to Day 12 of Learning Python for Data Science. Today, we’ll dive into Pandas,…
NumPy Array in Python is a powerful library for numerical computing in Python. It provides…
Welcome to Day 9 of Learning Python for Data Science. Today we will explore comprehensions,…
Test your understanding of Python Data Structure, which we learned in our previous lesson of…