What are the various filter options in tableau Explain with the help of a chart

This recipe explains what are the various filter options in tableau This recipe explains them with the help of a chart

Recipe Objective - What are various Filter options in Tableau? Explain with the help of a chart.

Filters are the most important part of data analysis. We can apply filters on the dimension, measure, table calculations, and card modes in tableau. Filter customization can be done in tableau using the option "Customize" present in the filter drop-down menu. Filters can be applied using the filters option, using Exclude option in visualization, and by directly right-clicking on the feature of the dataset and using the "filter" option.

Access Loan Eligibility Prediction Projects with Source Code

Steps to create Filter.

Step 1 > Connect the "NFL Offensive Player stats, 1999-2013.xlsx" data set.

Step 2 > Drag the "Year" dimension and drop it onto the column shelf.

Step 3 > Drag the "College losses" measure and drop it onto the row shelf.

Step 4 > In the Marks card, the bar is selected.

Step 5 > Drag the "Year" dimension and drop it onto the Filters card.

Step 6 > Right-click on the 2006 Year bar in the Bar chart and choose Exclude option as a filter.

Step 7 > Right-click on the "College losses" measure and choose the Show filter option to apply the filter.

Our Visualization with Filters is Ready!

What Users are saying..

profile image

Savvy Sahai

Data Science Intern, Capgemini
linkedin profile url

As a student looking to break into the field of data engineering and data science, one can get really confused as to which path to take. Very few ways to do it are Google, YouTube, etc. I was one of... Read More

Relevant Projects

Llama2 Project for MetaData Generation using FAISS and RAGs
In this LLM Llama2 Project, you will automate metadata generation using Llama2, RAGs, and AWS to reduce manual efforts.

Word2Vec and FastText Word Embedding with Gensim in Python
In this NLP Project, you will learn how to use the popular topic modelling library Gensim for implementing two state-of-the-art word embedding methods Word2Vec and FastText models.

Build an AI Chatbot from Scratch using Keras Sequential Model
In this NLP Project, you will learn how to build an AI Chatbot from Scratch using Keras Sequential Model.

OpenCV Project for Beginners to Learn Computer Vision Basics
In this OpenCV project, you will learn computer vision basics and the fundamentals of OpenCV library using Python.

Build a Speech-Text Transcriptor with Nvidia Quartznet Model
In this Deep Learning Project, you will leverage transfer learning from Nvidia QuartzNet pre-trained models to develop a speech-to-text transcriptor.

Build ARCH and GARCH Models in Time Series using Python
In this Project we will build an ARCH and a GARCH model using Python

AI Video Summarization Project using Mixtral, Whisper, and AWS
In this AI Video Summarization Project, you will build a quiz generation tool by extracting key concepts from educational videos and generating concise summaries.

Build an End-to-End AWS SageMaker Classification Model
MLOps on AWS SageMaker -Learn to Build an End-to-End Classification Model on SageMaker to predict a patient’s cause of death.

Personalized Medicine: Redefining Cancer Treatment
In this Personalized Medicine Machine Learning Project you will learn to classify genetic mutations on the basis of medical literature into 9 classes.

NLP Project for Multi Class Text Classification using BERT Model
In this NLP Project, you will learn how to build a multi-class text classification model using using the pre-trained BERT model.