Apply Column filter via data link

I have a summary bar chart that shows a count of Error/Warning/Info messages across a list of devices.

I configured a data link for each bar that opens a detail table showing all devices. The table has a MessageType column which has a value of ERROR/WARNING/INFO

Is it possible to allow the data link to apply a column filter on the detail table. For instance if I click on the “Warning” bar, the table should enable the MessageType column filter and set the filter value to “WARNING”

Using Grafana 9.4 and prometheus 2.36

I read through the docs and searched the forums, but didn’t find anything related. Any suggestions on how to do this?