Forum Discussion
nishathriaz
Jul 30, 2020Copper Contributor
Convert seconds to minutes in Log Analytics
Hello,
Trying to run a Query in LogAnlytics to Query (ASR) RPO. KQL query has option only to display in seconds not minutes,
Syntax is rpoInSeconds_d ; any suggestions how to convert this into minutes, please? thanks!
1 Reply
- Noa Kuperberg
Microsoft
you can convert like this:
value_in_minutes = value_in_seconds/60