I know it's not the same as filtering, but you can create a calculated metric like "if ( visits > 1000, bouncerate, 0 )". Then anything with less than a thousand visits will be sorted to the end (if you're looking for high bounce rate). You can change the 0 to a large number (say 1000) if you want...