Forum Discussion
Anonymous
3 years agoNot applicable
Filter within a Measure
Hi All, I am writing a measure to count all records containing "director" within a job title collumn. However they all vary. Instead of using "IN", what can I use to pick up anything containing "...
- Anonymous3 years ago
I have been able to do it with the below! 🙂
milanpasschier3
3 years agoResolver I
Hey man,
Maybe you could use a regular expression. This could help: https://community.powerbi.com/t5/Desktop/Filtering-a-text-column-for-a-specific-pattern/m-p/540794
Best,
Milan
- Anonymous3 years agoNot applicable
Unfortunately my knowledge is quite basic and i am not familiar with custom functions or R Script :(, but thanks!