Forum Discussion

OsmanEmi's avatar
OsmanEmi
Frequent Visitor
5 years ago
Solved

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...
  • mahoneypat's avatar
    5 years ago

    Please try this instead.

     

    = [#"DestinationType"] & " | " & Text.Replace([#Destination Name], "Spend", "Facts")

     

    Pat