> ## Content Index
> Fetch the complete content index at: https://www.vizney.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Create Rounded Bar Chart in Tableau
- URL: https://www.vizney.com/rounded-bar-chart-in-tableau/
- Published: 2025-10-14T09:39:52.000Z
- Updated: 2026-04-11T12:37:00.000Z
- Author: Yehwan Hwang
- Tags: Chart Guide

When visualizing data in Tableau, the basic bar chart is one of the most commonly used chart types. However, even a slight variation in its form can create a completely different impression. Among these variations, the **Rounded Bar Chart** is a great way to display data values clearly while giving your visualization a softer and more polished appearance.

In this post, we’ll walk through how to create a rounded bar chart in Tableau step by step. Starting from a standard bar chart, we’ll explore the detailed settings and design tips needed to round the bar edges. This visualization technique not only enhances readability but also elevates the overall look and feel of your dashboard.

---

### Step-by-Step: Creating a Rounded Bar Chart

1. Set up the fields for your bar chart. In this example, we’ll use **Sales by Sub-Category**.

![](https://kr.vizney.com/content/images/2025/10/Draft.jpg)

1. Create a `Zero` field to use as a reference for shaping the chart.

![](https://kr.vizney.com/content/images/2025/10/Zero.jpg)

1. Combine the `Sales` and `Zero` fields using `Measure Values` and `Measure Names` to build the chart.

![](https://kr.vizney.com/content/images/2025/10/Measure-Values.jpg)

1. Change the **Mark Type** to *Line* and place `Measure Names` on the *Path* shelf. This will draw a line between each sub-category’s sales value and zero. Increasing the line size will make it look like a bar.

![](https://kr.vizney.com/content/images/2025/10/Path.jpg)

---

### Additional Option

- **If you want to display labels:**  
Use the *Maximum/Minimum* option on the Label mark to show only the maximum value based on *`Measure Names`*. Then, choose the third marker option under the Color mark to adjust the label appearance appropriately.

![](https://kr.vizney.com/content/images/2025/10/Label---Markers.jpg)

- **If you want to keep the 0-axis reference as in a standard bar chart:**  
Fix the start value to 0 under the axis adjustment options.

![](https://kr.vizney.com/content/images/2025/10/Axis.jpg)

- **If you want to apply a gradient color to the bars:**  
Add `Measure Names` to the *Color* mark and assign different colors to each end of the bar to create a gradient effect.

![](https://kr.vizney.com/content/images/2025/10/Sheet-with-Color.jpg)