Specify a default parameter when embedding a question on a dashboard

I have a question that accepts parameters. I want to embed it on a dashboard and specify what the parameter is. Basically I have 50 dashboards that will all use the same question and I don't want to have to duplicate the question 50 times. I feel like this is possible but I can't figure out how to do it. Thanks in advance!

Hi @tjmule
Open the variable sidebar and look for “Default filter widget value” with your filters section.

As far as I can tell, you set the default at the question level, not the dashboard level. For example, when I drop this question into the dashboard, I want to say "use this value" for the state= param.

@tjmule You can also set default value on a dashboard filter, but it sounds like you’re looking for this:
https://github.com/metabase/metabase/issues/3575 - upvote by clicking :+1: on the first post

Yup! That’s what I’m looking for. I kinda figured it wasn’t possible but thought I’d ask here anyways.

Thanks!