Forum Discussion
Radial Gauge charts with two value fields?
- 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
Hi Qiuyun,
thanks for you reply.
I would like to show the users two different things:
- The gap between the confirmed sales volume and the goal
- The gab between the confirmed sales volume+upcoming sales volume and the goal
As first idea I have greated the gauge chart and an additional slicer for the filtering.
From my point of view it would be perfekt, if I could differ the confirmed and upcoming sales volume
if both are displayed like on the following mockup.
The blue part is the confirmed sales volume and the red one the upcoming.
Could you send me a picture where I can find the tooltips property which you mentioned?
Best regards,
Daniel
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