04 Jan 2024 10:59 AM
Hello everyone,
I am currently working on a visual that will display the OS service Availability.
I would like to display only the values upper than a given threshold.
I successfully did it with the Graph visual, but the display does not suit.
I would like to do the same, with a tab instead. I tried using the filter but so far no success.
Any suggestion on how to do it?
Many thanks for your help
Solved! Go to Solution.
07 Jan 2024 05:00 PM
Hi,
can you show how did you managed it with graph?
Best regards
10 Jan 2024 11:00 AM
Hello,
I used the right panel and selected the beginning and ending of the y-axis. I'm sorry for illustration, I do not have the visual anymore.
Best Regards
08 Jan 2024 07:07 AM
I understand that you want to put the thresholds on the graph?
This is possible on the visualisations you have available on the dashboards. Unfortunately it is not possible to apply visual thresholds on build-in cockpits. You can instead set up tresholds for notifications.
Radek
10 Jan 2024 11:01 AM
Hi !
I managed to do it using the partition option in data explorer. Something like this :avg:partition("xxx", value("warning", and(ge(90), lt(96.99))))