I'm trying to use the filter on a Volume resource to only show C Drives. I'm using the correct volume property but it doesn't seem to work. I'm getting incorrect SQL errors.

This is my string:
VolumeType = 'Fixed Disk' AND VolumePercentUsed >=85 AND Caption like 'C*'
According to the examples it should be working, but I get this:

Any ideas?