How to group bins in a tableau histogram

0 votes

This is how my histogram looks like

histogram

I want to group the bins after 34000K and make it like "34000k +" as in excel. Can anyone help me on this?

Apr 3, 2018 in Tableau by Atul
• 10,240 points
6,502 views

1 answer to this question.

+1 vote

One of the simple way is by creating a group based on values of your field "Number of Shares Of..".

First of all create a calculated field to generate the bins manually. This is how your formula should look like:

INT([Your variable]/[bin])*[bin]

Then, on this calculated field create a group. Select the members that you want to group (34000K+), and then click the Group and name it whatever you want.

Finally, you can use this created group in the column shelf.

Ready to stand out in the world of data visualization? Explore our Tableau Certification Program and unlock a new realm of opportunities by validating your expertise in the industry's leading data visualization tool!

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

Related Questions In Tableau

0 votes
1 answer

How to calculate the percent of records within a group in tableau?

 You can click the measure SUM(Number of Records) and ...READ MORE

answered May 9, 2018 in Tableau by ffdfd
• 5,550 points
4,386 views
0 votes
1 answer

How to use a IFF statement in Tableau

Use this syntax -  IIF(([Avg_sale] > [Today]),STR([Avg_sal ...READ MORE

answered Apr 5, 2018 in Tableau by QueenBee
• 1,820 points
1,584 views
0 votes
1 answer

How to count occurrence of value and percentage of a subset in tableau public?

Although it sounds like a fairly easy ...READ MORE

answered Jun 5, 2018 in Tableau by Atul
• 10,240 points
11,184 views
0 votes
1 answer

How to Split a Measure in Tableau?

Have you tried using an IF statement: IF ...READ MORE

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

How do you group data by percentile in Tableau, ignoring nulls?

Hi Anitha, You can group the column data into ...READ MORE

answered Mar 12, 2019 in Tableau by Cherukuri
• 33,030 points
2,713 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,371 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,265 views
0 votes
1 answer

How to dynamically determine and categorize duplicate value in Tableau?

Apparently you define a duplicate records as ...READ MORE

answered Apr 13, 2018 in Tableau by xyz
• 1,560 points
6,826 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
595 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