Dear Grafana Gurus,
I have a value in an MSSQL table, char with a number that expresses the number of minutes.
I want to see it in HH:MM format.
With the query I achieve it this way: DATEADD(minute, EXECUTION_TIME_MINUTES, 0), 108) as TIME,
converting for example 234 into 03:54 or 23 into 00:23
Is there a way to do the same with the native Grafana Builder?