Problem
I have two databases with the same schema. The question logic is exactly the same, and the only thing that changes is the database selected from the database dropdown.
Currently, to display metrics from both databases together, I:
-
Create a question against Database A.
-
Duplicate the question.
-
Change the duplicated question to Database B.
-
Add both cards side by side on a dashboard.
Question
Is there a way to create a single question and dynamically choose which database it runs against?
Why I'm Asking
Maintaining duplicate copies of every question is becoming difficult. Any change to the query or visualization needs to be repeated across all copies, which makes it harder to keep everything consistent.
Are there any recommended approaches or built-in features for handling this use case?
Thanks!
