How to create a Dual Axis Filled Map chart in Tableau

This recipe helps you create a Dual Axis Filled Map chart in Tableau

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

Step 1:-

Connect the "Sample-Superstore" data set.

Step 2:-

Double Click on the "Country" dimension.

Step 3:-

Then double click on the "States" dimension.

Step 4:-

Drag the "Profit" measure and drop it onto the "color" in the "marks" card.

Step 5:-

Drag the "latitude" measure and drop it onto the "row" shelf on the right side.

Step 6:-

Go to the "marks" card and select the last card and remove the "Profit" from the "color."

Step 7:-

Drag the "Sales" field and drop it onto the "Size."

Step 8:-

Go to the "row" shelf. Click on the drop-down of the second "Latitude" and click on "Dual-Axis."

And Our Dual Axis Filled Map Chart is Ready!

What Users are saying..

profile image

Savvy Sahai

Data Science Intern, Capgemini
linkedin profile url

As a student looking to break into the field of data engineering and data science, one can get really confused as to which path to take. Very few ways to do it are Google, YouTube, etc. I was one of... Read More

Relevant Projects

NLP and Deep Learning For Fake News Classification in Python
In this project you will use Python to implement various machine learning methods( RNN, LSTM, GRU) for fake news classification.

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.

Build Regression Models in Python for House Price Prediction
In this Machine Learning Regression project, you will build and evaluate various regression models in Python for house price prediction.

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.

Langchain Project for Customer Support App in Python
In this LLM Project, you will learn how to enhance customer support interactions through Large Language Models (LLMs), enabling intelligent, context-aware responses. This Langchain project aims to seamlessly integrate LLM technology with databases, PDF knowledge bases, and audio processing agents to create a comprehensive customer support application.

CycleGAN Implementation for Image-To-Image Translation
In this GAN Deep Learning Project, you will learn how to build an image to image translation model in PyTorch with Cycle GAN.

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 .

GCP MLOps Project to Deploy ARIMA Model using uWSGI Flask
Build an end-to-end MLOps Pipeline to deploy a Time Series ARIMA Model on GCP using uWSGI and Flask

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.

FEAST Feature Store Example for Scaling Machine Learning
FEAST Feature Store Example- Learn to use FEAST Feature Store to manage, store, and discover features for customer churn prediction machine learning project.