Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

How to extract words between dots from a string

Hello All, I am new to power BI I have category column having values like below.   zSoftware.Messaging.Error zHardware.Phone.Other zHardware.Meeting.Other   I need to extract word between dot...
  • ppm1's avatar
    ppm1
    3 years ago

    Text.Split is a power query function, not DAX. You would add it in the query editor.

     

    Pat