kfschaefer1
New Member
- Joined
- Feb 28, 2016
- Messages
- 9
I am looking for the proper DAX syntax to check string value Starts with "*Bonus* or display all data left of the "**" else display the name as is and if so remove it.
If starts with "Bonus" or contains * then strip the data and only display the correct name. See sample data.
ResourseNames
Mary Jo Taylor **HOURLY** $45 / hr
Jon Smith
*BONUS* Tom Kane
I want to strip of everything but the employee name?
Karen
If starts with "Bonus" or contains * then strip the data and only display the correct name. See sample data.
ResourseNames
Mary Jo Taylor **HOURLY** $45 / hr
Jon Smith
*BONUS* Tom Kane
I want to strip of everything but the employee name?
Karen