Using Transformation when there are blank/null or Zero values causes incorrect Total or Mean calculations … is this a known issue or something to do with the data type of the field ? I tried giving 0 and also converting the data type to Numeric in the Query … still the issue persists … Grafana version is 9.3
The totals highlighted in yellow … shows 16 +6 = 166 (string concat rather than addition)
and the next row result (15+409+18) = 4218 … not the math i learnt
tested with 4.1 and seems working wonderfully !! 1 minor issue though with “refresh interval” feature … the global js calls are not being made … guess can live with this for now
What kind of data source do you use in the panel? The panel does not subscribe to Refresh Event. It relies on the Data Source to refresh the data and re-render the panel.
@samant You can subscribe to the Refresh Event in the Dynamic Text panel yourself since v4. Make sure you unsubscribe from all events to avoid memory leaks.