Forum Discussion
Zaky
Helper IV
7 years agoHelp with Gauge Percentages
Hi,
Could someone please point me in the right direction on this. I have selected 3 distinct values whish are Total Utilization, Approved budget and anticipated final. How can I calculate the collout gauge value as a percentage of total utilization?
Ok, how about creating a new measure based on the two you already have:
PercMeasure= DIVIDE([Total utilisation YTD], [Approved Budget])
and set it in values of the gauge. Then set the max of the gauge to 1 and min to 0
5 Replies
- AlB
Community Champion
- Zaky
Helper IV
Hi,
Sorry, it's callout value in correct. I actually want the gauge to show percentage of Total budget utilization vs approved budget because beside the gauge visual has Card visual to show the budget spending in unit value.
Hope this will get you to my point.
Thanks