Forum Discussion
Anonymous
6 years agoNot applicable
Count text matches
Hello
Can you tell me please the DAX to count the cells that:
1) begin with Something* (non-case sensitive, the * is zero or more of any character)
2) contain *some*thing* (the * is zero or more of any character)
3) contain "*" (this is literal *)
Thanks!