Linked dashboards using timestamp

Hi all, my data source is prometheus. I have created dashboard to check response code sum(irate(nginx_vts_upstream_requests_total{backend=~"$Backend",instance=~"$Instance",upstream=~"$Upstream",code!=“total”}[5m])) by (code) and I need to create additional linked dashboard (as table) which will show list all servers with 5xx codes. I can do it as independent boards, but main idea here - to click on first (with response code) with specific time stamp receive list in second.
Is it possible in general?
Thanks in advance