Can't combine more than one dashboard query

I have a dashboard that has 2 stat panels each showing a single value. The first one is called “numerator” and the second “denominator”. I want to pull both values into a third stat panel and divide numerator by denominator by way of a transformation. I am pulling the 2 values into the 3rd stat panel via dashboard queries, but for some reason it only shows the first value and ignores the second value. How do I deal with this?

Welcome @benniepieters to the Grafana forum.

Can you share your screenshots? Did you see this thread?

The main dashboard looks like this:

The queries inside Divide the 2 is configured as:

You can see the stat panel is only showing the value of numerator and ignoring denominator. I need it to show both

Can you share a screenshot of your Transformations tab?


Fields set to all fields.

OK I combined numerator and denominator into one stat panel and now I can pull both values. But for some reason I cannot apply a division to the 2 values

I thought if I add a merge that will solve the porblem but it did not seem to do anything


try this

Thank you so much. That did the trick

1 Like

Thanks @benniepieters for your feedback :star_struck: