Dear All,
I am new to Power Query and want to replace multiple values in a single step by editing the M code for the replacement step.
In the above value I want to replace the "°" and "(?)" in single step.
and my step code is following:
= Table.ReplaceValue(#"Renamed Columns4","°","",Replacer.ReplaceValue,{"Latitude - Copy"})
Please guide.
I am new to Power Query and want to replace multiple values in a single step by editing the M code for the replacement step.
97° 36' 30.5" (?) |
In the above value I want to replace the "°" and "(?)" in single step.
and my step code is following:
= Table.ReplaceValue(#"Renamed Columns4","°","",Replacer.ReplaceValue,{"Latitude - Copy"})
Please guide.