Apply a filter to a "rate" of two questions

Hello everyone, quick question please

I have two metabase questions :
#123 -> returning a number
#456 -> returning a number,

I have set up a third question :
#789 : select cast({{#123}} as float) / cast({{#456}} as float) -> rate of #123/#456 -> returning a number

The three questions are in a dashboard, and I have added filters to this dashboard, that I have linked to the filters in questions #123 and #456. So when I apply a filter at the dashboard level, both questions #123 and #456 are updated, but the rate (question #789) is not. Can you please advise me on how I can make sure that the rate is also updated?

Thank you a lot for your kind help!

Youssef

Hi @youssefmimoun
It's currently not possible to parse down filters to nested questions:
https://github.com/metabase/metabase/issues/6449 - upvote by clicking :+1: on the first post