Forum Discussion

Jmccoy's avatar
Jmccoy
Icon for Helper II rankHelper II
6 years ago
Solved

Showing seconds in a visual

I am putting into visuals the health of our servers for my developer to monitor without having to look through tables in SQL.    There is one visual I need help putting together, I can not seem to ...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Jmccoy 

     

    You can use Second() function to take out the Seconds from the Time column. Then use the measure to rule the conditional formatting.

     

    Sec = Second([Time Column])

     

     

    Paul Zheng _ Community Support Team
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.