I am trying to find _measurement where wind > 500 let AND ALSO speed > 90 in the same _measurement . I think my mistake here is it is anding the _field which can’t happen so I am getting no data
@Adrelien Sorry this answer is a little late, but if you’re still looking to solve this problem, I think I have a solution. To return rows based on the value of two fields, you have to pivot fields into columns in each row. You can then filter rows based on the values for each field: