Tableau How to create a filter based of 3 different columns

0 votes

How do you make a filter out of three separate columns? Hello, I'm new to Tableau and would appreciate any assistance or direction along the way.

I'm now working on a problem where I need to create a filter that considers three columns, and then the chart should display the data based on the interactive filter option. This is an example of a table structure.

Region | Sales_upper | Sales_lower | Sales_avg
A.     | 120.        | 60          | 100
B.     | 150.        | 50          | 100

This is my goal: I want to be able to view my sales data by area and have a filter named 'SALES' as a radio button that allows me to select between 'Sales lower', 'Sales upper', or 'Sales avg'. If I choose 'Sales upper,' the data should only be filtered for the first two columns, Region[A,B], and Sales upper[120;150].

How would I put my plan into action?

Mar 14, 2022 in Tableau by Neha
• 9,060 points
2,318 views

1 answer to this question.

0 votes
The case you're using for filters is incorrect.

As you can see, filters are used to subset the data row-by-row rather than column-by-column. For example, if your data has 1000 rows and 10 columns/fields, and you want the result computed on 500 rows (filtered based on some criterion applied to a column/field), you must FILTER the data. There will be 500 rows x 10 columns as a consequence of the Filter.

You must choose fields to include in the view in order to display (read: choose) some of the fields. If you want to show/select 5 columns in the preceding example, all you have to do is choose those five columns (read fields) in the view.

If you wish to display 500 rows x 5 columns of data, you'll need to use both.

Fields (columns) in Tableau are now separated into two kinds (Dimensions and Measures), each with two sub-categories (continuous and discreet). All of the values (unique) are displayed when you select/add dimension fields to a view. Instead of combining all measure values, they are aggregated when you pick any measure field to see (by default sum).

If you merely add sales upper to the view in your example, the numbers will be automatically aggregated, and 230 will be displayed instead of two different values (100 and 130). You must change the field to dimension if you want to present these as two separate values.

You may utilise parameters in tableau to allow a user to add his or her chosen field to a view, where you can add a parameter with the values you want to add. After that, you may use a computed field to map your measurements to those parameters.

You'll need to establish hierarchy on the desired fields in tableau to add cascading filters, however it won't work in your instance since the filter will be applied to the dimension values (added in the hierarchy) instead of the first dimension values and then the dimension names as you want.
answered Mar 16, 2022 by Vaani
• 7,020 points

Related Questions In Tableau

0 votes
1 answer

How to color code cells of a column based on the text value in Tableau

You can use the following steps to ...READ MORE

answered Mar 27, 2018 in Tableau by Atul
• 10,240 points
9,438 views
0 votes
1 answer

How to create a filter based on date range?

You can use this code snippet in ...READ MORE

answered Aug 8, 2018 in Tableau by Nitish
• 630 points
725 views
0 votes
1 answer

How to get multiple Sets of Measure Names with different Filters on a single sheet in Tableau?

The easiest solution to your query is: 1) ...READ MORE

answered Aug 23, 2018 in Tableau by Naruto
• 710 points
14,789 views
0 votes
1 answer

How can I use Tableau to create a heatmap?

Step 1: Create an Excel Spreadsheet with ...READ MORE

answered Apr 2, 2018 in Tableau by ffdfd
• 5,550 points
2,617 views
0 votes
1 answer

Cascading filters on date field on Tableau Desktop

This may be accomplished using a set ...READ MORE

answered Apr 7, 2022 in Tableau by Neha
• 9,060 points
713 views
0 votes
2 answers

How to remove rows with missing values (NAs) in a data frame?

Hi, The below code returns rows without ...READ MORE

answered Aug 20, 2019 in Data Analytics by anonymous
• 33,030 points
14,441 views
0 votes
1 answer

Is it possible to apply filter just to one of the measures

Hey @Ghost, Why don't you use Level of Detail ...READ MORE

answered Apr 17, 2018 in Tableau by Atul
• 10,240 points
1,222 views
0 votes
1 answer

Any filter based on conditional criteria in r?

Consider a data frame like this: #Create DF ...READ MORE

answered May 11, 2018 in Data Analytics by Sahiti
• 6,370 points
1,979 views
0 votes
1 answer

How to create a responsive layout on Tableau dashboards?

You can position components in a vertical ...READ MORE

answered Mar 30, 2022 in Tableau by Vaani
• 7,020 points
609 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP