Forum Discussion
Anonymous
4 years agoNot applicable
Removing a character from a column using M
Here I have rainfall data. Sometimes the precipitation will have an "s" at the end of the value which is preventing me from converting the column to value type. Is there any function I can use to rem...
- 4 years ago
Hi, Anonymous
Instead of splitting it by number of Characters, you can also try replacing all 's' characters with '' characters in the column to removing the character 's'.
Best Regards,
Community Support Team _ Eason
v-easonf-msft
4 years agoCommunity Support
Hi, Anonymous
Instead of splitting it by number of Characters, you can also try replacing all 's' characters with '' characters in the column to removing the character 's'.
Best Regards,
Community Support Team _ Eason