Bar chart data labels in percent
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 10:15 AM
Hello, I am currently working with bar visualizations in a new workbook editor. When I use labels, I can see the count of rows returned, and hovering over them shows the percentage of the two values returned. How can I make the percentage display on the chart in the same way the count does?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hello @gm_co!
Were you able to sort this out?
You can display % in two ways:
- In the General settings, check the box for Normalize values to percentage.
- As you have enabled Labels, just set the Data labels to {{ @@yPercent }}. This will show the percentage directly on the chart, just like the count.

