Bar chart data labels in percent

gm_co
New Contributor

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?

gm_co_0-1739384118290.png

 

Advika
Community Manager
Community Manager

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.