Data Link pointing to row in the same dashboard

Using Grafana 9.5.3

Hello! In a dashboard, I have a stat panels. Under them i have several rows which i can opern and see some timeseries panels.

How can i create data-links in stat panels allowing redirect on the corresponding row in the same dashboard?

I saw it is possible to redirect easily to another dashboard, but what about redirecting on the same dashboard on a specific row or panel? (Preferably i need link to row)

Thanks for your help, John

It is possible to get a link to a panel from its context menu:

Panel Menu

URL looks like:
https://<grafana-server-ip>:3000/d/${__dashboard.uid}/?viewPanel=4

1 Like

Are there any built-in features or options in the dashboard tool that could facilitate the desired redirection?