Funnel Chart With Multiple Measures in Tableau

While working with the World Indicators dataset in Tableau, I wanted to compare multiple measures, including population, birth rate, mortality rate, etc. In this data visualization, I needed a single chart view that could show all these measures together.

For this data visualization, I used the Tableau funnel chart because it arranges the measures step by step in one view, making it easier to compare regions across different indicators.

In this Tableau tutorial, I will explain how to create a funnel chart with multiple measures in Tableau to compare measures in a single funnel chart.

Tableau Funnel Chart With Multiple Measures

In Tableau, a funnel chart is used to display values across different stages or categories in a top-to-bottom flow, where each stage is represented by a bar and the size shows its value.

When we use multiple measures in a funnel chart, we arrange different measures in the funnel instead of just one measure. This enables us to compare several key indicators in a single view, allowing us to spot patterns and differences across regions or categories.

Create a Funnel Chart With Multiple Measures in Tableau

To display multiple measures in a Tableau funnel chart, we will use the Tableau World Indicator dataset.

In the examples below, we will use the following methods for different conditions.

  • Multiple measure funnel chart in Tableau for related measures
  • Multiple measure funnel chart in Tableau using Pivot values

Create a Multiple Measure Funnel Chart in Tableau for Related Measures

In this method, we will show multiple measures for each bar dimension. Using this method, we can show related measures from the world indicator data set, such as Total population, Population (0-14), Population (14-65), and Population (65+) for a specific country.

Now, follow the steps below to create the multi-measure funnel chart in Tableau for related measures.

  1. Add the Measure Values to the filters section and select the measures Total population, Population (0-14), Population (14-65), and Population (65+), then click OK.
Create a Multi Measure funnel chart in Tableau
  1. Now, add the Measure Values to the Rows. With this, we will get the selected measures on a single bar.
Funnel Chart with multiple measures in Tableau
  1. For a dimension, drag the Country/Region to the filter and select the countries for which you want to show the selected measures. After selecting the countries, click OK.
Multiple measure Funnel Chart in Tableau
  1. Now, drag the Country/Region to the Color card in the Marks section and the chart view to Entire View.
Tableau Multiple Measure funnel Chart
  1. Add the measure Total Population or Urban Population to the Size card in the Marks. This will set the length of bars based on the pollution of a specific country. Additionally, click the Sort button in the navigation bar to create a funnel shape.
Create a Tableau Multiple measure Funnel Chart

Now each bar will show the selected measure for each country. Currently, all measures in the bar will be displayed in the same color.

  1. To add colors and differentiate measures in the bars, add the Measure Names to the Color. It might replace the existing dimension (country) in Color, so first add it in the Detail card, then change it to Color.
Add Color in Tableau Multi measure funnel chart
  1. At last, add the Measure Name and Country to the Label card in the Marks section.
Tableau Multi measure funnel Chart

This way, we can create a multi-measure funnel chart in Tableau by following the above steps.

Create a Multiple Measure Funnel Chart in Tableau Using Pivot Values

In this method, instead of directly adding multiple measures, we will pivot the measures into a single field. With this, we can display measures together in a single funnel chart.

This approach is helpful when the measures have different scales. Now, follow the steps below to create a multiple-measure funnel chart in Tableau using pivot values.

  1. In the Data pane, select the measures that you want to include in the funnel chart.
  1. Right-click the selected measures and choose Pivot. This will create two new fields: Pivot Field Names and Pivot Field Values.
Create Multi measure Funnel Chart in Tableau using Pivot values
  1. Drag Country/Region to the Rows shelf.
  1. If the measures have very different scales, create a calculated field for Normalized Value and use that instead of raw values, so all measures are comparable. Use the formula below in a calculated field.
(SUM([Pivot Field Values]) - WINDOW_MIN(SUM([Pivot Field Values]))) /
(WINDOW_MAX(SUM([Pivot Field Values])) - WINDOW_MIN(SUM([Pivot Field Values])))
  1. Add the Normalized Values calculated field to the Columns and duplicate it. Then, right-click on the first axis and select Edit axis.
How to create funnel chart in Tableau with multiple measures
  1. In the Edit Axis window, select the Reversed checkbox to make the diverging bars.
Funnel Chart using Pivot values in Tableau
  1. Now, sort the bars using the Sort button in the navigation bar to create a funnel effect.
Tableau funnel chart with multiple measure
  1. Add the Pivot fields’ names to the Color card in the Marks section to stack each bar with the selected measures.
Stacked Funnel Chart in tableau
  1. At last, click on the Text icon in the nav bar to show the measure values on the funnel chart. As we hover on the stacked measure in the bar, it will show the normalized percentage of the measure.
Create multiple measure Funnel Chart in Tableau

This way, we can create a multiple-measure funnel chart in Tableau using pivot values.

Conclusion

In this Tableau tutorial, we learned how to create a funnel chart in Tableau with multiple measures using two methods: related measures and pivot values. The related measures method is useful when the measures belong to the same group, while the pivot method is useful when the measures are on different scales.

Both approaches enable us to compare key indicators in a single chart. With this, we can add multiple measures in a single view of a funnel chart.

You may also like to read:

Agentforce in Salesforce

DOWNLOAD FREE AGENTFORCE EBOOK

Start with AgentForce in Salesforce. Create your first agent and deploy to your Salesforce Org.

Salesforce flows complete guide

FREE SALESFORCE FLOW EBOOK

Learn how to work with flows in Salesforce with 5 different real time examples.