Forum Discussion
kfschaefer
8 years agoHelper IV
Format a calculated field as Percent
I need to modify the following to get it to display a kpi value as a percentage. What do I need to change the format?
AvgTTD75% = DIVIDE(
SUM('IncidentTrends_Metrics'[TTD Met the 75%tile]),
SUM('IncidentTrends_Metrics'[Total Incidents])
)
nevermind I figured it out. thanks
3 Replies
- AnonymousNot applicable
Hey kfschaefer
You just need to click on your calculated field and then go to the Modelling tab and click the % sign.
Hope this helps,
Parker
- kfschaeferHelper IV
nevermind I figured it out. thanks
- AnonymousNot applicable
Awesome, please accept a reponse as a solution or post your own and select that one. Thanks!