Hierarchical Dashboards

Hi fellow Grafana users,

I have a situation, which I want to create some “secondary” dashboards and to use the results from the panels to a “top” layer dashboard. In other words, to share results between dashboards. For example:

Second Level Dashboard:

Panel 1:
Server 1: Disk

Panel 2:
Server 1: App1

Panel 3:
Server 2: Disk

Panel 4:
Server 2: App12

TOP Dashboard:
max(panel_1 OR panel_2 OR panel_3 OR panel_4)

The only way until now that I found is to convert them to Library panels, add them to the top level and aggregate the results there but it’s not quite what I want.