Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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"] & " | " & [#Destination Name]
text.replace([#Destination Name], "Spend", "Facts")
Solved! Go to Solution.
Please try this instead.
= [#"DestinationType"] & " | " & Text.Replace([#Destination Name], "Spend", "Facts")
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Please try this instead.
= [#"DestinationType"] & " | " & Text.Replace([#Destination Name], "Spend", "Facts")
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.