Forum Discussion
EsterBR
Helper II
2 years agoStacked Barchart
Hi, I have the following stacked bar chart. I would like that the total value show as a whole number instead of percentage. Is this possible? I cannot see any option to customize the total value....
- 2 years ago
Hello EsterBR
you can achieve what you want by using the following :
step 1 : use the stacked bar chart
step 2 : in x -axis use the measure that calculates the whole number value
step 4 : turn on the total
step 5 : under data labels, under values , use custom label and put the % measure .
let me know if this work out for you
- 2 years ago
in the measure, use format function to format your data so it shows as %
EsterBR
Helper II
2 years agoDaniel29195, it worked. How did you put the format as a %? I created the % measure and added it to the bar chart but it appears with this format.
The default format of the measure is %
Daniel29195
Community Champion
2 years agoin the measure, use format function to format your data so it shows as %
- EsterBR2 years ago
Helper II
Thanks Daniel29195 !