Forum Discussion
OsmanEmi
5 years agoFrequent Visitor
M language Token EOF Expected
Hi, When trying to add a column in power query I'm met with the error "Token EOF Expected" I wanted to ask if the syntax I'm using is incorrect = ([#"DestinationType"] & " | " & [#Destinati...
- 5 years ago
Please try this instead.
= [#"DestinationType"] & " | " & Text.Replace([#Destination Name], "Spend", "Facts")
Pat
mahoneypat
5 years agoMicrosoft Employee
Please try this instead.
= [#"DestinationType"] & " | " & Text.Replace([#Destination Name], "Spend", "Facts")
Pat