Unable to filter value

I am using Cloud 2.0. I am unable to query numerical values. It tells me no results.

from(bucket: “XXX”)
  |> range(start: v.timeRangeStart, stop: v.timeRangeStop)
  |> filter(fn: (r) => r._measurement == "cpu" and
  r.cpu == "cpu0" and
  r._value >= 50
  ) 

My data has plenty of greater than 50 values in it.

52%20PM

Hi @purple,

We can’t see your labels or annotations, but could cpu0 be the blue line; with no values above 50?

Can you remove the cpu0 condition from your filter, and try again?