Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
User | Count |
---|---|
117 | |
75 | |
62 | |
50 | |
44 |
User | Count |
---|---|
174 | |
125 | |
60 | |
60 | |
57 |