All dashboard filters not showing in on click behaviour

Similar to this question

I have a dashboard with 3 filters and when I select the click behaviour for a card that I want it to update the filters with the value from the card 2 of the filters are present but not all 3. This is the same for all cards on the dashboard.

As you can see the ID isn't showing as a filter to update,

I've tried setting it as a field filter and as a normal filter. The variable is set as an entity key in admin panel and is categorised as a UUID. Changing the id type from identity key to text as the other question suggests would cause other issues in metabase but this seems like an inproper workaround anyway. Is there a way to get the last filter to show?

1 Like

Hi @Alexhs
You are seeing this issue:
https://github.com/metabase/metabase/issues/15170 - upvote by clicking :+1: on the first post

1 Like

thanks @flamber

YES!
That was exactly my problem.
I was lucky that changing my type to TEXT did not break my dashboard requirements, but I can see how that is not an option every time.

Thanks for the pictures

1 Like