Hello everyone,
is it possible to create a dashboard and point the query to multiple datasources?

Tank’s

Two points that need to be addressed:

  1. Dashboard with multiple queries: You can create a dashboard and include multiple widgets (which could be query response tables or visualizations built on top of these query responses). These queries can be from different data sources.

  2. Query from multiple datasources: I am assuming you want to run join queries when you say you want to query from multiple datasources. You can do this but only when the concerned databases are running in the same machine/instance. I have tried this with MySQL. Also, you need to make sure that the user has access to both the DBs. If the datasources are hosted on different servers/are of different types, then this is not possible.

1 Like

Hi!
I have two datasources from MySQL placed on one instance. I have no idea how to make such a multiple query.
Now I think the only one way is to make federated table in one of them by MySQL itself.
I red this article https://redash.io/help/user-guide/querying/query-results-data-source many times. But didn’t get how to use that “query_XXX” tables. I made two of them. Took the numbers from URL. But have only error message that threre is no such table.