Forum Discussion

danielvt's avatar
danielvt
Icon for Advocate I rankAdvocate I
10 years ago
Solved

Radial Gauge charts with two value fields?

Hi everybody, I use the gauge chart to display the sales volume of our company which works fine. I would like to add an additional value for the sales volume which is in our pipeline.   Is there ...
  • v-qiuyu-msft's avatar
    v-qiuyu-msft
    10 years ago

    Hi danielvt,

     

    As mentioned before, we can only display one field value in a gauge visual, it's not supported to plot two fields values. Because we can only place one field in Value property:

     

     

    To work around the issue, you can create a calculated column to return total value of confirmed and upcoming sales volume, then place this field in Value property.

     

    Or place upcoming sales volume in Tooltips property. When hovering on the visual, it will display upcoming value.

     

     

    Best Regards,
    Qiuyun Yu