Accessing column value from POSTGRES query in panel title

  • What Grafana version and what operating system are you using?
    Grafana 9.2.4 running Docker image

  • What are you trying to achieve?
    Access a column value from a POSTGRES query to put in panel title

  • How are you trying to achieve it?
    I have tried ${__field} and ${__field.labels}

  • What happened?
    Does not translate into the column value

  • What did you expect to happen?
    The column value from the query to insert into panel title.

  • 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.
    No error

  • Did you follow any online instructions? If so, what is the URL?