Pass through param to a referenced question

The new features in 0.35 are awesome!

I have a question from one of my users, with regard to referencing saved questions.

Is it possible to pass-through parameters from a referencing question to a referenced question?

e.g. if the referenced question (q12345) looks something like

select * from some_table where some_column = {{ some_parameter }}

What should the referencing query look like?

with example as {{#12345}}
select * from example where ... ???

Hi @davos
That’s currently not supported. It’s similar when using a Saved Question, which has parameters:
https://github.com/metabase/metabase/issues/4367 - upvote by clicking :+1: on the first post