How to create a dual axis chart in Tableau

This recipe helps you create a dual axis chart in Tableau

Recipe Objective - How to create a Dual-Axis chart in Tableau?

Dual-Axis charts in tableau are the advanced version of the basic chart such as donut chart, lollipop chart, butterfly chart, and many more. Dual-axis charts help us compare multiple measures, and it is useful when we have two measures with different scales.

Learn How to use XLNet for Text Classification

Steps to create a Dual-axis chart:

Step 1:-

Connect the "Sample-Superstore" dataset.

Step 2:-

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

Step 3:-

Drag the "Sales" measure and drop it onto the "column shelf."

Step 4:-

Now drag any measure, e.g., sales, profit, quantity, etc., and drop it onto the right side of the "sales" in the"column shelf."

Step 5:-

Right-click on the axis of the chart and select "dual-axis."

Step 6:-

Again right-click on the chart's axis and select "synchronize axis."

Step 7:-

Go to the "marks card" and change the automatic shape of the chart separately.

We have our dual-axis chart ready!

What Users are saying..

profile image

Anand Kumpatla

Sr Data Scientist @ Doubleslash Software Solutions Pvt Ltd
linkedin profile url

ProjectPro is a unique platform and helps many people in the industry to solve real-life problems with a step-by-step walkthrough of projects. A platform with some fantastic resources to gain... Read More

Relevant Projects

Recommender System Machine Learning Project for Beginners-4
Collaborative Filtering Recommender System Project - Comparison of different model based and memory based methods to build recommendation system using collaborative filtering.

OpenCV Project to Master Advanced Computer Vision Concepts
In this OpenCV project, you will learn to implement advanced computer vision concepts and algorithms in OpenCV library using Python.

Build a Graph Based Recommendation System in Python-Part 2
In this Graph Based Recommender System Project, you will build a recommender system project for eCommerce platforms and learn to use FAISS for efficient similarity search.

Learn Hyperparameter Tuning for Neural Networks with PyTorch
In this Deep Learning Project, you will learn how to optimally tune the hyperparameters (learning rate, epochs, dropout, early stopping) of a neural network model in PyTorch to improve model performance.

Deep Learning Project for Beginners with Source Code Part 1
Learn to implement deep neural networks in Python .

MLOps Project for a Mask R-CNN on GCP using uWSGI Flask
MLOps on GCP - Solved end-to-end MLOps Project to deploy a Mask RCNN Model for Image Segmentation as a Web Application using uWSGI Flask, Docker, and TensorFlow.

Deep Learning Project- Real-Time Fruit Detection using YOLOv4
In this deep learning project, you will learn to build an accurate, fast, and reliable real-time fruit detection system using the YOLOv4 object detection model for robotic harvesting platforms.

House Price Prediction Project using Machine Learning in Python
Use the Zillow Zestimate Dataset to build a machine learning model for house price prediction.

Expedia Hotel Recommendations Data Science Project
In this data science project, you will contextualize customer data and predict the likelihood a customer will stay at 100 different hotel groups.

Build Deep Autoencoders Model for Anomaly Detection in Python
In this deep learning project , you will build and deploy a deep autoencoders model using Flask.