How to make a graph with this

my table is like this:
erroresfoto
and my idea is to make a graph that shows, over “fecha_revision” as the timeline, two lines, one with the number of "NOK"s over the time and other line with the "OK"s over the time (“status” column).
i tried with this
SET DATEFORMAT dmy
SELECT
convert(date,fecha_revision) as time
,status as metric
FROM
db72a.dbo.revisiones

and im not getin any graph. please help

Hola m1rr4ncruss4d3r,
Primero debes leer un poco la documentación ya que estas alejando de lo que se necesita.


Una vez lo hagas, y tengas dudas con mucho gusto yo te ayudaría.
Por otra parte debes tener en cuenta que en grafana tu no puedes usar la Instrucción SET, solo puedes hacer querys.

UN saludo.