Forum Discussion
PowerBI123456
Post Partisan
5 years agoDAX Starts with
Hi - I want to see if a column starts with a specific line of strings (e.g. "992"). How can I do that in DAX (not power query)? Thanks in advance!
- 5 years ago
MFelix
Super User
4 years agoWhat do you mean by having a different length?
This is for the beginning of the text so it does not matter the size of the text.
uzzysan
4 years agoRegular Visitor
If I want to look for different words (example list in { }) which differ in length if text starts with those and depending on which does it start with, take different action
- Anonymous3 years agoNot applicable
Then you can use MID() instead of LEFT()