Field aggreagation in table panel

  • Grafana 8.0.0-ubuntu

  • want to do field aggregation based on columns?

column_aggreagation

Now, I want to the aggregation for these three columns and show below these data points. Suppose I choose total then
it should come in next row total(column1)=4694, total(column2)=0.210,total(column3)=100

  • I am getting the option to do the aggregation on a row basis in transformation but I am not getting the option for doing column-wise

  • I suppose to get all the data points then below that aggregation of above data points.

Hi @gautamravikant6,

You can use the reduce transformation to reduce a column of values to a single value. That is what I did here with a very similar table:

https://play.grafana.org/d/Z3p4r4i7z/table-aggregate-transform?orgId=1

1 Like

This topic was automatically closed after 365 days. New replies are no longer allowed.