Display name by “flux yield” in grafana dashboard

Hi
How can i show time chart by yield names?

I have couple of grafana queries that yield by different name like rate, count, mean ,…

How can i show graphs by yield name?
I try these but neither work.
${__field.name} , ${__field.yield.name} , ${__field.results} , ${__field.value}

Any idea?
thanks,

Not sure that it is currently possible this way. See related discussions / feature requests:

May be adding new columns to your flux queries with required name using map() or renaming columns using rename() would work as appropriate workarounds.