How to split or divide the grouped data into multiple graphs

0 votes

Goal: I have a data set consisting of students and scores as the column in Tableau. I used the Rank_parcentile() to rank them:

Rank_parcentile(sum([score]))

Created the following group:

IF [percentile] > 0.8
THEN "Top 20%"
ELSEIF [percentile] <0.8 and [percentile]>0.5
THEN "Mid 30%"
ELSEIF [percentile]<-0.5 THEN "Bottom 50%"

This worked fine and even grouped them as I wanted but now the problem is that sometimes I have too many students and they can't fit in a single graph reasonably. Is there a way to divide the top 20% in one graph , the mid 30% in second and the bottom 50% in the third graph?

Apr 17, 2018 in Tableau by ghost
• 1,790 points
546 views

1 answer to this question.

0 votes

One of a simple approach is to put the percentile on the filter shelf or the page shelf. Right click on the filter/page and then select show filter/page. This will help you to interactively switch between the three groups - all on the same chart/dashboard.

answered Apr 17, 2018 by xyz
• 1,560 points

Related Questions In Tableau

0 votes
1 answer

How to refresh the extracted data source automatically in Tableau Desktop?

Hi AwesomeSauce, This comes up every so often!  Tableau ...READ MORE

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

How to display days data based on date selected in the filter by the user.

You can create a parameter for dates. Select data ...READ MORE

answered Aug 15, 2018 in Tableau by AwesomeSauce
• 860 points
1,388 views
0 votes
1 answer

how to change or edit the marks on a graph in a dual axis chart?

Hey Preethi, It's simple and easy, just ...READ MORE

answered May 21, 2019 in Tableau by anonymous
• 33,030 points
575 views
0 votes
1 answer

How to fetch the previous value in a column or row?

Hi Sindhu, You can use LOOKUP() or PREVIOUS_VALUE() in ...READ MORE

answered May 22, 2019 in Tableau by Cherukuri
• 33,030 points
16,612 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,443 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,312 views
+2 votes
1 answer
0 votes
1 answer

How can I filter my data to see the results for 8 days ago?

Hey try these steps and let me ...READ MORE

answered Sep 5, 2018 in Tableau by xyz
• 1,560 points
496 views
0 votes
1 answer

How to use tableau to searh for text within entire data

You can use a pivot table in ...READ MORE

answered Apr 4, 2018 in Tableau by xyz
• 1,560 points
619 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