What is a Gantt chart How to create a Gantt chart in tableau

This recipe explains what is a Gantt chart This recipe helps you create a Gantt chart in tableau

Recipe Objective - What is a Gantt chart? How to create a Gantt chart in Tableau?

Gantt charts are principally utilized in the executives' project to picture time span for occasions or exercises. The Gantt chart makes the interdependencies between undertakings outwardly obvious and enlightens the work process plan.

Steps to create the Gantt Chart:

Step 1:-

Connect the "Sample-Superstore" data set.

Step 2:-

Drag the "Order Date" dimension and drop it onto the "column" shelf and convert it to "Quarter" in "continuous" form.

Step 3:-

Drag the "Sub-Category" dimension and drop it onto the "row" shelf.

Step 4:-

Create a calculation field and set the value "[Order Date]-[Ship Date]" which is the total duration.

Step 5:-

Now the calculated field and drop it onto the "size" in the "marks card".

Step 6:-

Drag the "Sub-Category" dimension and drop it onto the "color" in the "marks card".

Step 7:-

Go to the "row" shelf, click on the "Sub-Category" drop-down, and select sort.

Step 8:-

Click on the drop-down and select "Field". Go to the "Aggregation" drop-down and select "Maximum."

And Our Gantt Chart is Ready!

What Users are saying..

profile image

Ray han

Tech Leader | Stanford / Yale University
linkedin profile url

I think that they are fantastic. I attended Yale and Stanford and have worked at Honeywell,Oracle, and Arthur Andersen(Accenture) in the US. I have taken Big Data and Hadoop,NoSQL, Spark, Hadoop... Read More

Relevant Projects

Recommender System Machine Learning Project for Beginners-3
Content Based Recommender System Project - Building a Content-Based Product Recommender App with Streamlit

Time Series Forecasting Project-Building ARIMA Model in Python
Build a time series ARIMA model in Python to forecast the use of arrival rate density to support staffing decisions at call centres.

Deploying Machine Learning Models with Flask for Beginners
In this MLOps on GCP project you will learn to deploy a sales forecasting ML Model using Flask.

Avocado Machine Learning Project Python for Price Prediction
In this ML Project, you will use the Avocado dataset to build a machine learning model to predict the average price of avocado which is continuous in nature based on region and varieties of avocado.

Build a Credit Default Risk Prediction Model with LightGBM
In this Machine Learning Project, you will build a classification model for default prediction with LightGBM.

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

Build a Graph Based Recommendation System in Python -Part 1
Python Recommender Systems Project - Learn to build a graph based recommendation system in eCommerce to recommend products.

Learn to Build an End-to-End Machine Learning Pipeline - Part 1
In this Machine Learning Project, you will learn how to build an end-to-end machine learning pipeline for predicting truck delays, addressing a major challenge in the logistics industry.

Build a Speech-Text Transcriptor with Nvidia Quartznet Model
In this Deep Learning Project, you will leverage transfer learning from Nvidia QuartzNet pre-trained models to develop a speech-to-text transcriptor.

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