Hi James,
Try to use this where statement:
WHERE not wildmatch(FieldName, ‘value’, ‘value2’, ‘value3’)
value, value2, value3 should be data you want to exclude.
You can either use wildmatch or mixmatch function.
wildmatch –> ‘valu*’  (wildmatch search)
mixmatch –> ‘value’ (exact data value search)
Hope it helps.





![[PowerBI][DAX] – Comment compter le nombre de ligne d’une table ?](https://i2.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/01/powerbi-dax-countrows-logo-1.png?resize=100%2C70)