Datalinks from field values with multi-query panel

Having issues getting datalinks to resolve correctly when there are multiple queries in a panel.

Where there is a single query, the drop down shows the fields and the value resolves as expected (trying to access ${__data.fields.DI_time})
image

However if there are multiple queries in the panel:

  • the sample varibles do not show in the Edit Link drop down
  • Seem to only be able resolve ${__data.fields.DI_time} form the first query

Alternatively, is there a way I can easily browse what values are available under ${__data.fields...

Was able to work around this by merging the two queries via transform (Merge series/tables)