Combine results from Mongo question and MySQL question

Hi! I’m aware that a Mongo saved question can’t be used as source data, but I need to combine the results of a question made in mongodb with a question made in mysql… I wonder if there’s a way to use the result table of my MySQL question to filter results of my Mongo question. Any suggestions are welcome.

Hi @Larissa
You can combine questions from different databases visually as one card on a dashboard:
https://www.metabase.com/docs/latest/users-guide/09-multi-series-charting.html#combining-two-saved-questions
That’s the closest you can get without adding your databases into a data warehouse, so Metabase sees it as one database and you can make cross-joins. Example BigQuery, SQL Server or Athena.

1 Like