Filtering table data using Data Links

Hello, I have a dashboard table that I would like to refer from a chart using Data link. Is there a way I can filter data within the URL in the target table to show only certain rows using the Data link? For instance, I want to show data when the column name compliant_yn equals “No”. I tried the following approach, but that seems to not working.
https://…/goto/f8yfdZuSR?orgId=40&var-compliant_yn=No

See the table structure over here for your reference:

Thanks for any hint!

Jan

a data link is to turn a field or row into a link, it’s not for filtering…

you can use a filer data by values transformation to exclude the data you do not wish to see.

or you can use a filed value override and select that when the filed is a yes, then create the data link override.

@machjan We are wrapping up a new plugin Business Table which supports filtering using dashboard variables. It’s almost ready to use and we plan to add the upcoming release into Grafana Catalog.

Filtering data in data source or transformations may not be ideal from the user experience. Having such filtering feature in the table allows users to remove or update filtering as required.

Thank you very much guys for your feedback!

1 Like