Gauge with dynamic Max and Min value

I have Data like this:

Max = 10;
Min = 5;
Value = 8;

Is it possible to create a Gauge-Visualisation, where I can define the range (max and min) with my data?

Do you mean that the gauge will change its ranges depending on the maximum and minimum data in your dataset? Unfortunately, I don't think it's possible, but you can define your range(s) statically:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.