How to Move Pie Chart in Tableau

Cody Schneider8 min read

Ever created the perfect pie chart in Tableau, only to realize it's stuck in the middle of your worksheet, seemingly with a mind of its own? You're not alone. Positioning a pie chart exactly where you want it is one of those surprisingly common hurdles for new and even intermediate Tableau users. This article will walk you through the most effective methods to move and place your pie charts precisely, whether you're working within a single sheet or arranging a complex dashboard.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

Why Tableau Centers Your Pie Chart by Default

Before jumping into the "how," it helps to quickly understand the "why." Unlike bar charts or line graphs that are drawn along an X and Y axis, a single pie chart in Tableau doesn't intrinsically have a spatial position. It's considered a single "mark." By default, Tableau simply renders this single mark in the center of the available space, or the "pane." To move it, you need to trick Tableau into giving it axes to exist on. Once you understand this concept, all the common workarounds will make perfect sense.

There are two primary scenarios for positioning visualization: within a single worksheet and within a larger dashboard. Let's cover the best techniques for both.

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.

Method 1: Positioning Your Pie Chart on a Worksheet

When you want to control the fine-tuned position of a pie chart in a single view (worksheet), the most reliable method is what’s often called the "placeholder pill" or "fake axes" trick. This technique involves creating your own X and Y axes using dummy calculations, giving you full control over where the pie chart sits.

The 'Placeholder Pill' Trick: Step-by-Step

Let's say we want to create a simple pie chart showing Sales by Category and move it to the upper-right corner of our worksheet.

Step 1: Build Your Basic Pie Chart

First, get your pie chart essentials ready. This is likely second nature, but as a quick recap:

  1. On the Marks card, change the dropdown menu from "Automatic" to "Pie."
  2. Drag your dimension (e.g., Category) to the Color shelf.
  3. Drag your measure (e.g., Sales) to the Angle shelf.
  4. You can also drag Sales and Category to the Label shelf to display the values and category names directly on the slices.

At this point, you'll have a perfectly nice pie chart sitting directly in the center of your view. Now, let's move it.

Step 2: Create the Placeholder Axes

This is where the magic happens. We'll add temporary aggregate measures to the Columns and Rows shelves to create an axis grid.

  1. In the Columns shelf, double-click an empty space to open an in-line text box. Type AVG(0) and press Enter. You should see a green pill named "AVG(0)" appear on the shelf, creating a vertical line at the 0.00 mark on an X-axis.
  2. Repeat the process for the Rows shelf. Double-click an empty area, type AVG(0), and press Enter. This will create a horizontal line across the middle of your screen.

Your pie chart will likely disappear and be replaced by a single circle at the (0,0) coordinate. That's exactly what we want! Your Marks card now corresponds to this single point. All we have to do is rebuild our pie chart on this point.

Step 3: Reposition and Format

Now that our pie chart is located at a specific coordinate, we can manipulate the axes to move it around.

  1. Fix the Axes: Double-click the X-axis (at the top of the worksheet) to open the Edit Axis window. Go to the "Fixed" range option and set the start and end values. For example, setting the range from -1 to 1 will center your viewport differently. Let's set it to 0 to 1 to push our chart to the left side of the axis range. Now do the same for the Y-axis, setting its fixed range to 0 to 1. Our pie chart at (0,0) is now in the bottom-left corner. If you want it in the top-right, change both fixed ranges to -1 to 0. Play with these values to place it exactly where you need it.
  2. Resize the Chart: Use the Size slider on the Marks card to make your pie chart larger or smaller to fit the new view.
  3. Clean Up the View: The axes and zero lines are just for positioning, we don't need them in the final view.

You now have a pie chart positioned exactly where you want it within the worksheet.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

Creating Multiple Side-by-Side Views

You can even expand this trick to place multiple visualizations in a single sheet. For instance, to place another chart next to your pie chart, drag another "AVG(0)" pill onto the Columns shelf. Tableau will create two axes and give you separate Marks cards for each one ('All', 'AVG(0)', and 'AVG(0) (2)'). You can build a pie chart on the first Marks card and a bar chart, text value, or another pie on the second.

Method 2: Arranging Pie Charts on a Dashboard

While the placeholder trick is useful for single worksheets, the more common and practical way to position a chart is by using Tableau's dashboard builder. Here, you're not trying to move the chart inside its worksheet but arranging entire worksheets on a canvas.

The key to mastering dashboard layout is understanding Layout Containers.

Understanding Layout Containers

Under the "Objects" section of your Dashboard pane, you'll see "Horizontal" and "Vertical" containers. These are invisible boxes that dictate how the objects you place inside them are arranged.

  • A Horizontal Container stacks objects next to each other from left to right.
  • A Vertical Container stacks objects on top of each other from top to bottom.

By nesting containers inside each other, you can achieve virtually any layout you can imagine.

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 Dashboard Positioning

Let’s position our pie chart worksheet (which we can leave as a default, centered chart for this process) next to a bar chart on a new dashboard.

  1. Create a New Dashboard: At the bottom of your Tableau workbook, click the "New Dashboard" icon.
  2. Add a Main Container: Drag a Horizontal container onto the blank dashboard. This will be the main container for our side-by-side charts.
  3. Drag in Your Pie Chart: From the "Sheets" list on the left, find your pie chart worksheet. Drag and drop it directly inside the Horizontal container. It will take up the full space for now. Make sure to choose "Fit Entire View" from the dropdown on the worksheet itself for better resizing.
  4. Add Your Second Element: Now, drag your other worksheet (e.g., a bar chart of 'Profit by Sub-Category') and drop it to the right of your pie chart within the same container. As you drag it, Tableau will show you a gray shaded area indicating where it will be placed. Once dropped, the two worksheets will sit side-by-side, each automatically taking up 50% of the container's width.
  5. Fine-Tune with Padding and Blanks: Now for the fine-tuning.

Using Dashboard containers is the most robust and scalable way to position your charts. It keeps each visualization clean on its own worksheet and focuses on layout and arrangement at the dashboard level.

Bonus Tip: Placing Pie Charts on a Map

A very popular use case for pie charts is plotting them on a map to show proportions for different geographic locations. Tableau makes this remarkably easy.

  1. Create a Base Map: Double-click a geographic field (like State or Country) to automatically generate a map with geographic points.
  2. Change the Mark Type to Pie: On the Marks card, change the dropdown menu from "Automatic" to "Pie". Each of your geographic data points will turn into small circles (a proto-pie chart!).
  3. Build the Pies on the Map: Just like with a standard pie chart, drag your dimension (Category) to the Color shelf and your measure (Sales) to the Angle shelf. Instantly, each geographic point will transform into a correctly-proportioned pie chart for that location.
  4. Set Proportional Sizing: You likely want larger pies for states with higher overall sales. To do this, drag your measure (Sales) onto the Size shelf. Now, not only will the slices be correct, but the overall size of each pie chart will also reflect the total sales for its state, adding another layer of insight.

Final Thoughts

Positioning pie charts in Tableau might seem tricky at first, but it's really about knowing the right tool for the job. The placeholder trick gives you pixel-perfect control within a single worksheet, while dashboard layout containers offer a robust system for arranging multiple views into a clean and professional presentation.

Manually tweaking axes, adjusting container padding, and configuring marks are powerful skills, but they can be time-consuming, taking focus away from the actual insights. That's why we created Graphed. It lets you generate complete, multi-part dashboards using simple, conversational language. Instead of clicking through menus to trick an axis into appearing, you can just ask, "Show me a pie chart of sales by category and place it in the top-left" – Graphed understands and builds it for you. It simplifies the setup so you can spend less time positioning charts and more time acting on what they tell you.

Related Articles