Forum Discussion

Sathyabalan's avatar
Sathyabalan
Frequent Visitor
2 years ago

DAX To Extract Text between the Hyphen from a table column in Power Bi Service

Hi All,   I am trying to extract the text between the Hypen   #"Device Names" = Table.AddColumn(Source, "Device Name", each Text.BetweenDelimiters([Device Name], "-", "-"), type text)    ...