Convert seconds to minutes in Log Analytics

Copper Contributor

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

you can convert like this:

value_in_minutes = value_in_seconds/60