Link to dashboards with different uids based on column value

Hi guys,

I’m trying to create a dashboard link based on the value of the column, but the trick here is that ${__cell} won’t work because, there’s a different dashboard for each value.

There are 4 nodes:

And each of those has got its own dashboard because they’ve got different dimensional model, I want to find a way I can assign that uid based on the column value so I can click on it an drill down.

1 Like

Hello everyone. I know its been a long time, but I post my hacky solution for anyone who finds this and needs a workaround.

In this case I add a link to a pie chart, pointing to different dashboards depending on the value of column ‘Tipo’ (type).

Note that step 2, conversion of ‘dashboard id’ column type to enum, is to avoid having the value column name displayed appended to every legend entry.

This is working on Grafana * v10.2.2 (161e3cac5075540918e3a39004f2364ad104d5bb)

1 Like