How to get the value of a grafana filter

Hello, i’m currently using Grafana 11.0.0.
I’m then exporting my panels to a React App into an iframe.

For example, i’m exporting a table in which i can filter on the columns. I would like to be able to get the result of the filter to use it again in my app.

Is it possible ?

For example here if i select 100 and 16.6 i would like to get them into my React App.

image

Thank you in advance

Or is there any way to get the result of this filter inside a dashboard to affect all the visualisation (like the global variables ? )

You can create Multi-value dashboard variable and use it in all visualizations as a filter if your datasource supports filtering by variable.

Sample result (data in 2 panels is being filtered by the same dashboard variable):

Filter