MSSQL Function expression

I have a SQL Server query where I need use the in Grafana.

Folow de MSSQL query:

SELECT
Name,
Timestamp,
Value
FROM
  EpmQueryAggregateFunction(-3, '29-03-2022 00:00:00', '30-03-2022 00:00:00', 3600000, 'TimeAverage', 'AGT_CB1_PIT0966')

Using in grafana, the follow erros are displayed:

Some suggestion?

Hello

Please post the function

1 Like