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] – Créer une catégorie pour toutes les mesures ? Création d'une table de mesures](https://i2.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-miseajour-vignette.png?resize=218%2C150&ssl=1)


![[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&ssl=1)