How to create an Area Line chart in Tableau

This recipe helps you create an Area Line chart in Tableau

Recipe Objective - How to create an Area Line chart in Tableau?

Area Line chart is the advanced graph in tableau. This chart is the combination of line-chart and area chart using the dual-axis technique.

Steps to create the Area Line chart:

Step 1:-

Connect "Sample-Superstore" data set.

Step 2:-

Drag the "Sub-Category" dimension and drop it on the "column" shelf.

Step 3:-

Drag the "Sales" measure and drop it on the "row" shelf.

Step 4:-

Now drag the "Sales" measure again and drop it on the right side of the "sales" on the "row" shelf.

Getting Started with Image Segmentation using Mask R-CNN

Step 5:-

Right Click on the axis and select "dual-axis".

Step 6:-

And right-click on the axis and select "synchronize axis".

Step 7:-

Go to the "marks" card. Select the upper chart and click on drop-down, and select "line".

Step 8:-

Then select the lower chart and click on the drop-down, and select "area".

Our Area Line 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

Skip Gram Model Python Implementation for Word Embeddings
Skip-Gram Model word2vec Example -Learn how to implement the skip gram algorithm in NLP for word embeddings on a set of documents.

Learn to Build a Siamese Neural Network for Image Similarity
In this Deep Learning Project, you will learn how to build a siamese neural network with Keras and Tensorflow for Image Similarity.

PyTorch Project to Build a GAN Model on MNIST Dataset
In this deep learning project, you will learn how to build a GAN Model on MNIST Dataset for generating new images of handwritten digits.

Image Segmentation using Mask R-CNN with Tensorflow
In this Deep Learning Project on Image Segmentation Python, you will learn how to implement the Mask R-CNN model for early fire detection.

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

Natural language processing Chatbot application using NLTK for text classification
In this NLP AI application, we build the core conversational engine for a chatbot. We use the popular NLTK text classification library to achieve this.

Hands-On Approach to Master PyTorch Tensors with Examples
In this deep learning project, you will learn how to perform various operations on the building block of PyTorch : Tensors.

Build a Text Generator Model using Amazon SageMaker
In this Deep Learning Project, you will train a Text Generator Model on Amazon Reviews Dataset using LSTM Algorithm in PyTorch and deploy it on Amazon SageMaker.

Azure Deep Learning-Deploy RNN CNN models for TimeSeries
In this Azure MLOps Project, you will learn to perform docker-based deployment of RNN and CNN Models for Time Series Forecasting on Azure Cloud.

ML Model Deployment on AWS for Customer Churn Prediction
MLOps Project-Deploy Machine Learning Model to Production Python on AWS for Customer Churn Prediction