Exclude low-intensity workouts as well. Code AND and use <> to check if the intensity is not 'low'.
AND
<>
intensity
'low'
Make sure to type AND intensity <> 'low'.
AND intensity <> 'low'