Autoload description from tags

A sending data to influx in format:
Database: devclient
state,host=“dev-10043”,tag_desc=“descriptionfordev10043”, state=1 timestamp …
state,host=“dev-10044”,tag_desc=“descriptionfordev10044”, state=0 timestamp …

After that I load in grafana all host by:
devstate = (setting database devclient) SHOW TAG VALUES FROM “state” WITH KEY = “host”
And I get “dev-10043”, “dev-10044” …

After that I use Single panel to repeat For each value of $devstate.

Is it possible to load also tag_desc for each dev? How can I write query? Or how can I do it?
Thanks for response.