Hide master panel and use its data source in all other panel in dashboard

I have a panel that I use as a data source for other panels to reduce the query load on the database. I do not want the data source panel to show up in the dashboard. How do I achieve this?

Hi @hirenddesai,
Can you try using dashboard variable with type datasource? That way you would have all datasources (of same type e.g. InfluxDB or Promethes or …) in a drop down list and by changing that variable all panels would switch to data from different data source.

E.g.:
image

Configuration:

Best regards,
ldrascic

Thanks for the suggestion.
Actually I was looking for default result (dataset) derived from the MS SQL query which can be used in different dashboard. Means single raw dataset result which can be used to transform data in different panels / dashboard. This will help to reduce the load on Database server.