Click on stat panel to update table rows

Version 9.4.7 on Windows 10

  • What are you trying to achieve?
    I have very complex data without any numerical entries(entries are mostly textual, with names and yes/no as records). I have added a stat panel that displays 3 main categories and to give it interactivity and the false look of a drill down, I hope that user can click on a category and the subsequent table can be filtered according to the category selected.
    I am aware of data links but I’m not able to implement it in this scenario(if it can even be implemented here?)

Is it even possible to produce this flow of data? For example, when the user clicks on one option of the stat panel, the value is stored in the stat panel variable and can then be passed to the table panel?

I went through this thread https://community.grafana.com/t/use-of-variables-in-data-links/67204