How to create a Funnel chart in tableau

This recipe helps you create a Funnel chart in tableau

Recipe Objective - How to create a funnel chart in Tableau?

Basic funnel chart:

Step 1:-

Connect the "Sample-Superstore" data set.

Step 2:-

Take any measure and drop it to the "row shelf". For example, drag the "sales" field on the "row shelf".

Step 3:-

Take any dimension; for example, take the "ship mode" field and drop it on the "color" field in the "marks" card.

Step 4:-

Now take the same measure which is in the "row shelf" and drop it on the "size" field in the "marks" card and then click on the "entire view" option.

Now the "Funnel Chart" is ready.

Advanced funnel chart:

Step 1:-

Take any measure. For example, take the "sales" and drop it onto the "column shelf".

Step 2:-

Take any dimension. For example, take the "ship mode" and drop it onto the "row shelf".

Step 3:-

Now go to the "marks" card, click on the drop-down, and select "area".

Step 4:-

Go to the "measures" shelf and click on the drop-down in the "column" shelf. Click on "create," then click on "create field".

Step 5:-

Set the title and then put the "-" negative sign in front of "[sales]".

Step 6:-

Now drag that field and drop it on the "column" shelf.

Now the "Advanced Funnel Chart" is ready.

What Users are saying..

profile image

Jingwei Li

Graduate Research assistance at Stony Brook University
linkedin profile url

ProjectPro is an awesome platform that helps me learn much hands-on industrial experience with a step-by-step walkthrough of projects. There are two primary paths to learn: Data Science and Big Data.... Read More

Relevant Projects

Create Your First Chatbot with RASA NLU Model and Python
Learn the basic aspects of chatbot development and open source conversational AI RASA to create a simple AI powered chatbot on your own.

Build a Hybrid Recommender System in Python using LightFM
In this Recommender System project, you will build a hybrid recommender system in Python using LightFM .

Build a Face Recognition System in Python using FaceNet
In this deep learning project, you will build your own face recognition system in Python using OpenCV and FaceNet by extracting features from an image of a person's face.

Model Deployment on GCP using Streamlit for Resume Parsing
Perform model deployment on GCP for resume parsing model using Streamlit App.

Build CI/CD Pipeline for Machine Learning Projects using Jenkins
In this project, you will learn how to create a CI/CD pipeline for a search engine application using Jenkins.

Multi-Class Text Classification with Deep Learning using BERT
In this deep learning project, you will implement one of the most popular state of the art Transformer models, BERT for Multi-Class Text Classification

Time Series Forecasting with LSTM Neural Network Python
Deep Learning Project- Learn to apply deep learning paradigm to forecast univariate time series data.

A/B Testing Approach for Comparing Performance of ML Models
The objective of this project is to compare the performance of BERT and DistilBERT models for building an efficient Question and Answering system. Using A/B testing approach, we explore the effectiveness and efficiency of both models and determine which one is better suited for Q&A tasks.

NLP Project for Beginners on Text Processing and Classification
This Project Explains the Basic Text Preprocessing and How to Build a Classification Model in Python

Time Series Project to Build a Multiple Linear Regression Model
Learn to build a Multiple linear regression model in Python on Time Series Data