Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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!