Reduce Transformation Drop NaN

  • What Grafana version and what operating system are you using?
    10.0.2
  • What are you trying to achieve?
    Applying a reduce across multiple queries, and dropping NaN values, similar to how this is done in reduce expressions
  • How are you trying to achieve it?
    I setup a reduce transformation to get the max, min, mean, and standard deviation.
  • What happened?
    The reduce transformation acts as if the reduce is strict, containing NaNs etc.


is there a way to use the reduce expressions mode selection with transformations, other than making an individual expression for each query?
image