Using filter(x) in a Query

Use filter(x) to remove values from the metric streams in the returned data, where the metric streams are defined by the previous query components.

Example: Remove Values Less than 20
CpuUtilization[1m].mean().filter(x=>x>20)

For query troubleshooting, see Troubleshooting Queries.