Show the % of the executed budget on a pie gauge

Hi, I’ve the following situation: I need to show a budget execution on a pie gauge, I’ve the total budget as a measure and another measure with the budget already executed. I need to show as a percentage of the total budget the value already executed. Does anyone know how to do this?

Thanks,

Luis

Hi Luis,

In this case, you can add a new data label with the same metric set. You can add the logic to calculate the percent budget used in as a formula measure in this data label. Connect it to all the filters that the pie gauge is connected to and then place it at the center of the pie gauge. This would look something like this -
image

I hope this helps.
Thanks,
Pankaj

1 Like

Hi Pankaj, That’s exactly what I need!:slight_smile:

Thanks,