Forum Discussion

lucadelicio's avatar
lucadelicio
Impactful Individual
4 years ago
Solved

Linear Gauge

Hi everyone,

i'm trying to rapresent something like the justETF Minimum/Maximum of a period:

 


There is something similar?

For now i'm using this one:

but i want a line for the current value. And if it is possible a different color for the min/max and the current value.

 

Thank you for the help!

  • v-xiaotang's avatar
    v-xiaotang
    4 years ago

    Hi lucadelicio 

    Thanks for your reply.

    You can create a measure, and put it into Title,

    Min&Max = "min: "&MINX(FactTable,[Column1])&" max: "&MAXX(FactTable,[Column1])

    Best Regards,

    Community Support Team _Tang

    If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

7 Replies

  • v-xiaotang's avatar
    v-xiaotang
    Community Support

    Hi lucadelicio 

    Thanks for reaching out to us.

    >> There is something similar? ... but i want a line for the current value. 

    It seems there is no such similar visual. Do you mean you want to get the expected result like below?

     

    Best Regards,

    Community Support Team _Tang

    If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

    • lucadelicio's avatar
      lucadelicio
      Impactful Individual

      No that is what i have done.

      What i want is something like this:

       

      • v-xiaotang's avatar
        v-xiaotang
        Community Support

        Hi lucadelicio 

        Thanks for your reply.

        what kind of visual is this? Is it similar to a slicer or a visual for displaying values?

         

        Best Regards,

        Community Support Team _Tang

        If this post helps, please consider Accept it as the solution to help the other members find it more quickly.