Hi everyone,
I’m working on a Grafana dashboard where I have a table panel that displays aggregated metrics, such as the global revenue (CA global) for each month.
I’d like to enhance the interactivity of the table by adding a clickable link to each cell — for example, if a user clicks on the global revenue value for a specific month, they would be redirected to another dashboard (or panel) showing a detailed chart with the breakdown of that revenue (e.g., by product, region, etc.).
Is it possible to add a link for each cell (row and column combination) in a table panel, and pass parameters like the selected month to the linked dashboard?
If yes, what is the best approach to achieve this? Should I use data links, transformations, or another plugin?
Thanks in advance for your help!