Dashboard category filter

Hello, I have a problem on the metabase dashboard, I made a category filter which worked very well a few days ago, and since for no reason it does not work anymore, when I click on the box nothing happens . this problem is only on one sql table, I try to redo the graphics, reload the table, import it with another name, nothing does
thank you for your future help.

Hi @adamix
Please post “Diagnostic Info” from Admin > Troubleshooting.
Check your browser developer console for errors, when you click the non-working filter.
It sounds similar to this issue:
https://github.com/metabase/metabase/issues/12654 - upvote by clicking :+1: on the first post

@adamix What is the filter connected to? Only a single card, or multiple cards? And what type of questions are those?
I’m fairly sure you’re using a question, which is based on Saved Questions, and have connected that to the filter - if yes, then it’s this issue, which is fixed in upcoming 0.36.0:
https://github.com/metabase/metabase/issues/9802

@flamber thank you for your quick responses.
the filter are on 1 card, the question are bar plot.
I have create the question without saved questions.
my problem is really weird

@adamix Do you have joins in that question? Then it’s this issue, which is also fixed in the upcoming 0.36.0:
https://github.com/metabase/metabase/issues/12250

@flamber No, i have 2 groups with 2 aggegations but no join

@adamix That’s the same thing - behind the scenes, it’s doing joins, because you are filtering on summarized data.
https://github.com/metabase/metabase/issues/11007 - also fixed on 0.36.0

@flamber ok i see, thank you for your time and help !