Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I am currently working on a visualization and I have one issue regarding KPIs. I wanted to reflect the number displayed in the KPI as a percentage (with the % sign) but I'm not sure how to do that. I am attaching a screenshot of my sheet below for your convenience, any help is appreciated! Thanks again in advance!
Use:
yourexpression/100 and format it using this option
just use num() function to do formatting it to percentage
eg: num(exp, '####0%')