Power Query Editorを使用して、次のステップを作成します。 = Table.ReplaceValue(SalesLT_Address、 "1318"、 "1319"、Replacer.ReplaceText、{"AddressLine1"})行のAddressLine1列の値は21318LasalleStreetです。ステップが適用されたときの値はどうなりますか?
正解:D
Explanation Example: Replace the text "ur" with the text "or" in the table. Reference: https://docs.microsoft.com/en-us/powerquery-m/table-replacevalue