Is it feasible to transfer the value from one panel to another panel in Grafana?

Hi All,

Is there a way to utilize the value from one panel in another panel within Grafana?

Let’s say,

Stats Panel A : 37%
Stats Panel B : (10% + Stats Panel A)
= 10% + 37%
= 47%

Note: Both values are dynamic.

Hi @asuwini

Have you considered using a transformation, like this?

2 Likes

Thank you for your valuable support! :+1: @grant2
I have the used “Add field from calculation” transform and got the output