Hi All,
I have a chart that has measure values in the following format
0.3
0.25
0.85
These are all percentage values. When I use these values in my chart and select the value axis format option to format my data as percentage, I see the percentage values with the % symbol for the chart but the only problem with that is the data values are still displayed in the native format as shown above and not as percentage.
I did try multiplying the original value with 100 in another variable as shown below but that does not yield a % symbol.
30
25
85
I would like to see% symbol along with data values as well as axes labels.
Is there any way I can achieve that








