Power BI - Power Query Editor
You wrote this code to replace "NY" with "New York" in the City column:
But it gives an error. What is missing?
Table.ReplaceValue(Source, "NY", "New York", Replacer.ReplaceText)
But it gives an error. What is missing?
