Power BI - Power Query Editor
Consider this Power Query M code intended to replace "TX" with "Texas" in the "Region" column:
Why does this code produce an error?
Table.ReplaceValue(Source, "TX", "Texas", Replacer.ReplaceText, "Region")
Why does this code produce an error?
