How to Combine Two Maps in Tableau
Visualizing multiple layers of geographic data on a single Tableau map turns a good analysis into a great one. Instead of showing just sales per state, you can show sales and profitability, or layer store locations on top of regional performance. This guide will walk you through the two primary methods for combining maps in Tableau: creating a classic dual-axis map and using the more modern map layers feature. We'll cover step-by-step instructions for both, helping you choose the best approach for telling a compelling data story.
Why Combine Maps in Tableau?
A single map showing one measure is useful, but it often tells an incomplete story. By layering data, you provide context and reveal relationships that would otherwise be hidden. It allows your audience to answer more complex questions at a glance.
Here are a few common scenarios where combining maps is incredibly effective:
- Comparing Metrics: You can plot sales volume using the size of a circle for each state, while simultaneously showing the profit ratio for that state using color. This immediately shows which states are high-volume but low-profitability.
- Points on Polygons: You can show the locations of individual stores, distribution centers, or customer addresses (points) on top of a colored map of sales territories or states (polygons).
- Connecting Locations: You can visualize shipping routes (lines) between your warehouses (points) laid over a map of your key markets (polygons) to analyze logistics efficiency.
Combining these elements on one canvas creates a rich, informative view that is far more powerful than displaying them on separate charts.
Method 1: Creating a Dual-Axis Map
Dual-axis maps are the original method for layering geographic data in Tableau. This technique involves placing two sets of latitude or longitude coordinates on the shelves and then combining them. This creates two independent Marks cards, allowing you to control the appearance of each map layer separately.
When to Use a Dual-Axis Map
- Working with older Tableau versions: If you're using a version of Tableau before 2020.4, this is your go-to method as map layers won't be available.
- Layering exactly two measures: It’s designed specifically for combining two visualizations. If you need more than two layers, the map layers method is much more efficient.
- Complete control over two mark types: Having two separate Marks cards gives you full freedom to customize two distinct layers of your map, for example, showing one layer as filled shapes and the other as custom icons.
Free PDF · the crash course
AI Agents for Marketing Crash Course
Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.
Step-by-Step Guide to Creating a Dual-Axis Map
Let's walk through a classic example: visualizing Sales (as circle size) and Profit Ratio (as color) for each state in the United States using the Sample - Superstore dataset.
Step 1: Create the First Map Layer
First, we’ll build our base map showing sales by state.
- Drag the
Statedimension onto the main worksheet area. Tableau will automatically recognize it as geographic data, generateLatitudeandLongitudecoordinates, and create a map. - Next, drag the
Salesmeasure to the Size button on the Marks card. The dots on your map will now resize based on the total sales for each state. Bigger circles mean higher sales.
You now have your first map, which visualizes sales volume by state.
Step 2: Duplicate the Map View
To create a second layer, you need to add another geographic element to your view.
- Look at the Rows shelf at the top of the worksheet. You'll see a green pill for
Latitude (generated). - Drag another instance of
Latitude (generated)from the Data pane and drop it onto the Rows shelf, right next to the existing one.
This will create a second, identical map directly below your first one. You'll also see that your Marks card has been updated. There are now three tabs at the top of the card: All, LATITUDE(generated), and LATITUDE(generated) (2). Each of these tabs controls one of the maps independently.
Step 3: Configure the Second Map Layer
Now, let's change the second map to show profit ratio instead of sales.
- Click on the LATITUDE(generated) (2) tab in the Marks card to select the bottom map.
- Remove
SUM(Sales)from the Size button on this card. - Create a calculated field for Profit Ratio with the formula:
SUM([Profit]) / SUM([Sales]). - Drag your new
Profit Ratiomeasure onto the Color button on this second Marks card.
You should now have two maps: the top one with sales represented by size, and the bottom one with profit ratio represented by color.
Step 4: Combine the Maps with "Dual Axis"
This is where the magic happens. We'll overlay the two maps.
- Go back to the Rows shelf. Right-click the second
Latitude (generated)pill. - In the menu that appears, select Dual Axis.
Tableau will merge the two maps into a single view, layering your profit ratio colors on top of your sales-sized circles. You now have a combined map that visualizes two different metrics simultaneously!
Method 2: Using Map Layers
Introduced in Tableau 2020.4, map layers provide a much more intuitive and flexible way to combine geographic data. Instead of being limited to two layers, you can add as many as you need. This method involves dragging geographic fields directly onto your existing map to create new, independent layers that can be configured on a single Marks card.
When to Use Map Layers
- You need more than two layers: If your analysis requires showing countries, states, and cities all on one map, map layers are the only way to go.
- For an intuitive workflow: The drag-and-drop interface is simpler and faster than setting up a dual-axis chart.
- Combining different geographic levels: It's perfect for mixing different levels of detail, like overlaying specific addresses (points) on top of state totals (polygons).
Step-by-Step Guide to Using Map Layers
For this example, we’ll create a map that shows Sales by state as a filled map (a choropleth), and then layer on city-level Profit visualized as circles.
Step 1: Create the Base Map
First, we'll build the filled map for state sales.
- Double-click the
Statedimension to create a basic point map. - On the Marks card, change the dropdown from Automatic to Map. This will turn your point map into a filled, polygonal map.
- Drag the
Salesmeasure onto the Color button.
You now have your base layer: a choropleth map where the color intensity of each state represents its total sales.
Step 2: Add a New Map Layer
This is where the process differs significantly from the dual-axis method.
- Find your
Citydimension in the Data pane. - Drag the
Cityfield and hover it over the map visualization. An overlay box will appear titled Add a Marks Layer. - Drop the
Cityfield onto this box.
Tableau instantly adds a new layer of points for every city in your dataset onto the map. On the Marks card, you will now see a new section for the City layer, right below your base State layer.
Step 3: Configure the New Layer
Each layer on the Marks card has its own properties, allowing for independent configuration.
- On the Marks card, click on the title for your newly added
Citylayer to select it. - You can now modify this layer. For our example, let's drag the
Profitmeasure to the Color button on thisCitylayer. - To add another dimension, drag
SUM(Sales)to the Size button.
Your map now displays a filled state map for sales, with circles layered on top representing each city. The color of the circle shows profit, and its size indicates the sales volume for that specific city.
Step 4: Manage Your Layers
The Marks card is your control center for map layers. You can:
- Reorder layers: Drag layers up or down in the Marks card list to change which one appears on top.
- Rename layers: Right-click a layer name and select "Rename" for clarity.
- Temporarily hide layers: Click the small eye icon next to a layer's name to hide or show it, which is great for de-cluttering the view during analysis.
Free PDF · the crash course
AI Agents for Marketing Crash Course
Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.
Dual-Axis vs. Map Layers: Which Should You Choose?
For almost all new work in Tableau, map layers are the superior choice. The workflow is more streamlined, and the ability to add unlimited layers makes it vastly more powerful and scalable for complex analyses.
You should only really use the dual-axis method if you are working with a Tableau version older than 2020.4 or if you have a very simple, two-layer map and prefer the familiarity of the traditional method. For everything else, embracing map layers will save you time and expand your visualization capabilities.
Tips for Effective Combined Maps
- Clarity is King: Just because you can add ten layers doesn't mean you should. A map that is too busy becomes unreadable. Ensure each layer adds clear value.
- Use Transparency: On the Color button for a given layer, you can adjust the opacity. Making the top layers slightly transparent helps reveal the context of the layers below.
- Order Logically: Always place your largest spatial elements (like shaded country or state polygons) at the bottom, with smaller elements (like lines and points) on the top layers.
- Leverage Tooltips: You can configure the tooltip for each map layer independently. Use them to provide rich detail on hover without cluttering the visual itself.
Final Thoughts
Combining multiple datasets on a single map in Tableau elevates your data from a simple geographic display to a powerful analytical tool. By using either dual-axis charts or the more flexible map layers, you can tell richer data stories that reveal hidden relationships between different metrics and locations.
Building these compelling visualizations is a crucial step, but the process of preparing data beforehand is often the most time-consuming part. That's why we created a tool to streamline your entire reporting workflow. Instead of manually exporting data files to use in tools like Tableau, our platform lets you connect data sources and build real-time dashboards just by asking questions. You can simply ask, "show me a map of total sales by country," and our AI does the heavy lifting, freeing you to focus on insights, not setup. If you're ready to drastically speed up your analytics process, you can get started with Graphed today.
Related Articles
Facebook Ads for Landscapers: The Complete 2026 Strategy Guide
Learn how to run profitable Facebook ads for landscapers in 2026. This complete guide covers audience targeting, ad formats, budgeting, and optimization strategies to generate leads at $30-50 per lead.
Facebook Ads for Painters: The Complete 2026 Strategy Guide
Learn how to run profitable Facebook ads for painters in 2026. This complete guide covers audience targeting, ad formats, budgeting, and optimization strategies to generate leads at $20-60 per lead.
Facebook Ads for Chiropractors: The Complete 2026 Strategy Guide
Discover how chiropractic practices can leverage Facebook advertising to attract new patients in 2026. Learn the top strategies, compliance requirements, and proven ad templates that drive appointments.