Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How do you display a percentage in a KPI object?

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!

2 Replies
Clever_Anjos
Employee
Employee

Use:

yourexpression/100 and format it using this option

Capturar.PNG

Anonymous
Not applicable
Author

just use num() function to do formatting it to percentage

eg: num(exp, '####0%')