Hide alternative rows in tableau

0 votes

 I'm new to tableau ,I want to hide alternative rows. how to do this?

Apr 22, 2019 in Tableau by mike
1,793 views

1 answer to this question.

0 votes

Hi Mike,

Follow below steps:

1. Select required Dimensions/Measures.

2. Now create a calculated field to calculate the index as

    Index = INDEX()

3. Now create another calculated field to group all rows by even and odd row numbers.

    group = IIF([Index] %2 =0,0,[Index])

4. Now convert the field into discrete and drop the group filter in filter shelf and unselect zero from selections to show alternate rows from beginning for all rows.

Hope this helps you.

answered Apr 22, 2019 by Cherukuri
• 33,030 points

Related Questions In Tableau

0 votes
1 answer

How to combine rows with same information in Tableau

@Ghost, Tableau has a function RANK_UNIQUE which you ...READ MORE

answered May 25, 2018 in Tableau by Atul
• 10,240 points
7,227 views
0 votes
1 answer

Want to hide the Bar for Grand Total in the bar chart in Tableau

Tableau treats the whole visualization uniformly.  If you ...READ MORE

answered Aug 10, 2018 in Tableau by AwesomeSauce
• 860 points
3,503 views
0 votes
1 answer

How to group rows in Tableau into bands?

Use Tableau's built-in Create Group feature View and ...READ MORE

answered Apr 5, 2022 in Tableau by Neha
• 9,060 points
1,245 views
0 votes
1 answer

Reset filters in Tableau

I understood your question (I hope so!). ...READ MORE

answered Mar 30, 2018 in Tableau by QueenBee
• 1,820 points
3,741 views
0 votes
1 answer

how to generate random numbers and row-count in Tableau

Hi, You can create random numbers using a ...READ MORE

answered Mar 13, 2019 in Tableau by Cherukuri
• 33,030 points
17,610 views
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,427 views
+2 votes
1 answer
0 votes
1 answer

Calculated filed with if-then

Below is the required code:  IF (NOT ISNULL([test2])) ...READ MORE

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

Hide value in filter - Tableau

Hi Varsha, Fields, Parameters are hidden generally hidden whereas calculative ...READ MORE

answered Mar 11, 2019 in Tableau by Cherukuri
• 33,030 points
2,292 views
0 votes
1 answer

Return rows with not null values in Tableau

Hi Nithin, You can add a calculated field ...READ MORE

answered Apr 10, 2019 in Tableau by Cherukuri
• 33,030 points
5,626 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