The Odds of Going Pro In Sports viz has generated more questions around how it was created than any other viz in our history of using Tableau.

With its one dominant funnel chart and icon-based navigation, the viz tells the story about the share of high school athletes progressing to the college and pro levels across several sports for each gender.

The most common question we receive: That was made in Tableau? The secret is, the viz was one of the easiest dashboards to put together. In fact, it was put together in a couple of hours on a Sunday afternoon.

Funnel charts are one of the most simple chart types you can create, but they have proved to be incredibly effective in a corporate setting – think conversion rates and customer flows. Funnel charts are not one of the out-of-the-box “Show Me” options in Tableau, so in this installment of the Evolytics Tableau 201 series, we will walk you through multiple approaches to creating funnel charts.

First, let’s take a look at the full, interactive version of What are the odds of going pro in sports?

Creating Funnel Charts in Tableau

Option 1: The Step Dimension

Going into this project, we knew that we wanted the main view to be a funnel chart. For this reason, we were able to plan ahead and put the data in an optimal format for Tableau.

Here is a sample of the underlying data:

GenderStepPlayers
Female1371,393
Female235,490
Female336
Male1412,351
Male236,741
Male377

Note that there is a dimension of “Step”, which is just an arbitrary, intuitive name for each of the three levels of high school, college, and pro.

The measure is then the corresponding number of players that reached each step.

This is the easiest way to build a funnel chart; here are the steps:

1. Create a horizontal bar chart by dragging your step dimension onto the rows shelf and your players measure to the rows shelf.

2. To get a full sense of the funnel, change the fit of your worksheet from ‘Normal’ to ‘Entire View’

3. Step three is where the magic happens. Simply change the mark type from ‘Automatic’ (which is currently ‘Bar’) to ‘Area’. You are left with the right side of the funnel

4. If your data is in a format outlined in the table above, there is a simple solution to mirroring the right side of the funnel onto the left side. To do this, you will create a calculated field by right-clicking on the ‘Players’ measure and selecting ‘Create Calculated Field’. Name your calculated field ‘Negative Players’ and add a ‘-‘ in front of ‘[Players]’. Your entire formula will look like this:

5. The final step in creating a symmetrical funnel chart is to drag and drop your new ‘Negative Players’ measure in front of the ‘Players’ measure on the columns shelf.

From here, your beautiful funnel chart can be used like any other chart in Tableau. Encode it by color (in my case, it is colored by gender), add quick filters, and add tooltips / labels / annotations to make the data in the chart clear to the end user.

Option 2: Separate Measures

It is likely that your corporate data is not in the layout of the table above by default, and you may not be in a position to easily change this on your own. This solution is not as flexible or optimal for Tableau, but it is functional.

Let’s assume that instead of the layout in the table above, your data looks more like this, with each ‘Players’ measure broken out by level, causing your layout to be more horizontal instead of vertical:

GenderStep 1 PlayersStep 2 PlayersStep 3 Players
Female371,39335,49036
Male412,35136,74177

In this case, because you no longer have a dimension of step, the approach is slightly different:

1. To create the right side of the funnel, you will need to add the measures to the view individually. The easiest way to do this is to double click each of your three measures (Step 1 Players, Step 2 Players, and Step 3 Players) to add them to the view. Double-clicking each measure will create a small multiples chart, so you will have to use the ‘Show Me’ button to change the chart type to a bar chart. While the set-up is different, you should now see the beginnings of the right side of your funnel, just like in step one from the first approach above:

2. Follow Step 2 from the first approach, changing the fit from ‘Normal’ to ‘Entire View’.

3. Follow Step 3 from the first approach, changing your mark type from ‘Automatic’ to ‘Area’.

4. Step 4 on the second approach is where things get tricky. The first thing you need to do is create a negative version of each of your three measures, much like creating a negative version of the ‘Players’ measure in step four from the first approach. Once you have three new calculated fields, one negative version for each of your three measures (i.e. Negative Step 1 Players, Negative Step 2 Players, and Negative Step 3 Players), open a new workbook sheet and follow steps 1-3 above – this time using your newly created negative versions of each measure. You should end up with the left side of your funnel:

5. The final step to this approach is joining the left and right side of your funnel. This can be accomplished by floating each sheet on a dashboard and lining them up:

Admittedly, this second approach requires some hackish creativity, but it works with most data out of box without any reformatting.

So there you have it! Funnel charts in five simple steps, regardless of the layout of your funnel data. Check back for the second part of The Making of Odds of Going Pro, when we will cover icon-based navigation and share the set of files used to create the viz.

Written By


Evolytics

This post is curated content from the Evolytics staff, bringing you the most interesting news in data and analysis from around the web. The Evolytics staff has proven experience and expertise in analytics strategy, tagging implementation, data engineering, and data visualization.