Forum Discussion
Jmccoy
Helper II
6 years agoShowing 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 ...
- Anonymous6 years ago
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.
Anonymous
6 years agoNot applicable
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.