I know in SQL there is a way to run queries if certain words are phrases are contained and I am kind of trying to replicate that here.
I have a column called "ShortNote" that lists every automatically system-generated note. Some of the notes contain Assignment information and I need to extract this from the column.
Normally I would split is out by number of characters, but because every Assignee's name has a different number of characters, that doesn't work.
Is there a dax way to write "Split column from 'AssignedTo' to 'the end of the note'"?