Tutorial Gateway

  • C
  • C#
  • Java
  • Python
  • SQL
  • MySQL
  • Js
  • BI Tools
    • Informatica
    • Talend
    • Tableau
    • Power BI
    • SSIS
    • SSRS
    • SSAS
    • MDX
    • R Tutorial
    • Alteryx
    • QlikView
  • More
    • C Programs
    • C++ Programs
    • Python Programs
    • Java Programs

Traditional Funnel Chart in Tableau

by suresh

In this article, we will show how to Create a Traditional Funnel Chart in Tableau with an example.

For this Traditional Funnel Chart demo, we use the Custom SQL Query against the SQL Server Data Source from Tableau. So, visit Connecting Tableau to SQL Server.

SELECT Geo.EnglishCountryRegionName, 
       Geo.StateProvinceName, 
       Geo.City, 
       Prod.EnglishProductName, 
       Prod.Color, 
       Fact.OrderQuantity, 
       Fact.TotalProductCost, 
       Fact.SalesAmount, 
       Fact.TaxAmt, 
       Fact.[Freight]
FROM DimProduct AS Prod 
   INNER JOIN FactInternetSales AS Fact 
      ON Prod.ProductKey = Fact.ProductKey 
   INNER JOIN DimSalesTerritory AS Terry 
      ON Terry.[SalesTerritoryKey] = Fact.[SalesTerritoryKey] 
   INNER JOIN DimGeography AS Geo 
      ON Geo.[SalesTerritoryKey] = Terry.[SalesTerritoryKey]

TIP: Please refer Tableau Funnel Chart article to understand the Creation of Advanced Funnel Charts in Tableau

Create a Traditional Funnel Chart in Tableau

In this example, we are going to create a Traditional Funnel Chart for Country dimension against the Sales Amount size. First, Drag and Drop the Sales Amount from Measures Region to Columns Shelf and Country name from Dimension Region to Rows Shelf. By default, Tableau will display the Bar Chart.

Funnel Chart in Tableau 1

Next, We have to sort the data in descending order. To do this, click on the Sort by Descending order option in the Tableau Toolbar

Funnel Chart in Tableau 2

Now, we have to change the Marks type from Automatic to Area as shown below

Funnel Chart in Tableau 3

Once you completed, the following screenshot will be displayed. Look like finished half of the traditional funnel chart

Funnel Chart in Tableau 4

Next, we are creating one calculated field for the negative values of the sales amount measure. We can create a calculated field in multiple ways, for now, we are selecting the Create Calculated Field option from the Analysis menu

Funnel Chart in Tableau 5

Once you select the Create Calculated Field option, a new window will be opened to create the new calculated field. Let us add – (SalesAmount) code in that region.

Funnel Chart in Tableau 6

The following screenshot will show you the newly created calculated field in our measures Region

Funnel Chart in Tableau 7

Now, Drag and Drop the freshly created calculated field (which is negative Sales) from Measures Region to ColumnsShelf and place it right before the Sales Amount Measure. Once complete, you can see the Traditional Funnel Chart

Funnel Chart in Tableau 8

Before we finish, Let us add Profit Measure value as Data labels. To do this, Please drag and drop the Profit Measures from Measures region to Label field of the Sales Amount Measure present in Marks Shelf

TIP: If you want to add Data Labels to both the Measures, then select the All Measures in Marks Shelf and Place the Measure value. Otherwise, select the Individual Measure and place the measured value.

Funnel Chart in Tableau 9

Format Color of a Traditional Funnel Chart in Tableau

Tableau allows us to format the Area Color. To change the color, Please click on the Color field inside the Marks Shelf. Once you click on it, the following window will be displayed. Click on the color you are interested in, and for now, we are selecting the Green Color for the Positive Sales Amount

Funnel Chart in Tableau 10

The below screenshot will show you the final output, which is our Traditional Funnel Chart in Tableau

Funnel Chart in Tableau 11

Placed Under: Tableau

  • Download and Install Tableau
  • Tableau Start Page
  • Tableau Show Me
  • Connect to MS Analysis Services
  • Connecting Tableau to SQL
  • Tableau Connect to Text File
  • Tableau Connect to Excel File
  • Hierarchies in Tableau
  • Tableau Bins
  • Tableau Parameters
  • Combined Tableau Sets
  • Tableau Set
  • How to Edit Tableau Group
  • Tableau Group
  • Tableau Grouping
  • Tableau First Report
  • Data Labels in Tableau Reports
  • Format Tableau Chart Title
  • Create Folders in Tableau
  • Tableau Sort
  • Add Totals in Tableau
  • How to Join Data in Tableau
  • Tableau Data Blending
  • Tableau Table Report
  • Tableau Crosstab Report
  • Tableau Annotations
  • Tableau Charts
  • Tableau Area Chart
  • Tableau Bar chart
  • Tableau Box Plot
  • Tableau Bubble Chart
  • Tableau Bullet Graph
  • Tableau Bump Chart
  • Tableau Circle Views
  • Tableau Dual Combination Chart
  • Tableau Dual Lines Chart
  • Tableau Funnel Chart
  • Tableau Traditional Funnel Chart
  • Tableau Gantt Chart
  • Tableau Grouped Bar Chart
  • Tableau Heat Map
  • Tableau Highlight Table
  • Tableau Histogram
  • Tableau Cumulative Histogram
  • Tableau Line Chart
  • Tableau Lollipop Chart
  • Tableau Pareto Chart
  • Tableau Pie Chart
  • Tableau Scatter Plot
  • Tableau Stacked Bar Chart
  • Tableau Text Label
  • Tableau Treemap
  • Tableau Word Cloud
  • Tableau Waterfall Chart
  • Tableau Individual Axis
  • Tableau Dual Axis
  • Tableau Blended Axis
  • Tableau Add Reference Lines
  • Tableau Add Reference Bands
  • Add Reference Distributions
  • Tableau Maps
  • How to Create a Map in Tableau
  • Use Google Maps in Tableau
  • Mapbox Maps as a Background
  • WMS Server Map as Background
  • Create a Tableau Dashboard
  • Format Dashboard Layout
  • Create Dashboard Device Prev
  • Tableau Dashboard Objects
  • Create a Tableau Story
  • Tableau Filters
  • Tableau Filters on Dimensions
  • Tableau Filters on Measures
  • Tableau Extract Filters
  • Tableau Dashboard Filters
  • Tableau Data Source Filters
  • Tableau Slicing Filters
  • Tableau Quick Filters
  • Tableau Context Filters
  • Tableau Top Filters
  • Tableau Table Calculations
  • Tableau Calculated Fields
  • Tableau Running Total
  • Tableau Rank Calculation Basic
  • Tableau Rank advanced calculate
  • Tableau Aggregate Functions
  • Tableau Conversion Functions
  • Tableau Case Function
  • Tableau Date Functions
  • Tableau If Function
  • Tableau Logical Functions
  • Tableau Math Functions
  • Tableau String Functions
  • Tableau Table Functions
  • C Tutorial
  • C# Tutorial
  • Java Tutorial
  • JavaScript Tutorial
  • Python Tutorial
  • MySQL Tutorial
  • SQL Server Tutorial
  • R Tutorial
  • Power BI Tutorial
  • Tableau Tutorial
  • SSIS Tutorial
  • SSRS Tutorial
  • Informatica Tutorial
  • Talend Tutorial
  • C Programs
  • C++ Programs
  • Java Programs
  • Python Programs
  • MDX Tutorial
  • SSAS Tutorial
  • QlikView Tutorial

Copyright © 2021 | Tutorial Gateway· All Rights Reserved by Suresh

Home | About Us | Contact Us | Privacy Policy