Dynamic Dashboarding Filter

Hello, is it possible to dynamically display cards on a specific dashboard according to filter ?

Ex :
{filter_card=NULL} -> [Card1], [Card2], [Card3]
{filter_card=Card1} -> [Card1]
{filter_card=Card1, Card3} -> [Card1], [Card3]

My final goal is to build a dynamic dashbaord that only display 3 cards associated to my top 3 products.

My intuition is I have to generate a card per product thanks to the API. Then I need to find a way to plug three of them in the dashboard according to my top sales.

Any idea?

Unfortunately not :slightly_frowning_face: