Dashboard settings PostgreSQL data source

  • What Grafana version and what operating system are you using?

V.9.3.2

  • What are you trying to achieve?
    i want to ´creat Time series queries with mutiple Graf in one pannel.
    i mean , i want to overlay several Graf in one panel by using just one code.

  • How are you trying to achieve it?
    on only able to achive it by chossing separently

SELECT
“Power” AS “value”,
“Zeit” AS “time”
FROM
“Haus”
WHERE
“hause_Numbe” = 1

  • What happened?
    i habe to define all 10 Hause manuelly.
  • What did you expect to happen?

i’m expectiong just on function where a chose group By Hausnumber.
so it will automaticlally know that a have 10 Hause an giving me 10 Grafs in one Panel

  • Can you copy/paste the configuration(s) that you are having problems with?

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.

  • Did you follow any online instructions? If so, what is the URL?
    PostgreSQL data source | Grafana documentation