Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
On the following bar chart, I would like to customize the label. Instead of displaying the value (e.g., 199), I’d like it to show the percentage share relative to the total.
However, I want the axis to remain unchanged.
Thank you in advance,
Kind regards,
Théo ATRAGIE.
Did you mean to attached at example?
Try this
In measure
Dual(
Num(Sum(Sales)/Sum(TOTAL Sales),'#0.0%'),
Sum(Sales)
)
In nprinting it wil give directly results
Yes, sorry i missed to send !
Thanks