Percentage in Barchart vs Piechart

Hello Fellow Community Members,

I am trying to see if we are able to add the percentages next to the number displayed on the Vertical Bar Chart Similar to what we get in pie chart.

For the same data set we are not able to diplay percentages next to the numbers in the bar chart.

Below is the example. It would be ideal we can have this percentage diplayed on the barchart as well.

Any inputs or feedback would be ideal.

Hi @abhinav_gundlapalli and welcome to the Quick Community!
You are correct in the fact that not all visual types contain the same visualization options; like Data labels for instance. Many of the visual types limit your data label options, bar charts being among them. My initial thought for a work around would be to create a calc. field for each aggregation type and then use concat to combine them into one field. But as concat would create a string, it will force you to use a count or count distinct aggregation when applying to the visual, so that will not work in this scenario.
So the only other available option would be to include both in your tool tip.
Additionally though, I’ll go ahead and tag this as a feature request to promote visibility to the AWS support team.

Thanks @Brett ! I have exhausted all options and tired all methods and hence wanted to see if anyone has gotten any success with something similar.

We were at the Quick suite user group meetup at Chicago and discussed this there as well. I wanted to put it out there to bring in the AWS Team’s attention to have this as a feature request!

1 Like