Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
water-guy-5
Helper III
Helper III

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 remove these. 

waterguy5_0-1651257308813.png

 



Info that might help:
- the max number of characters in the column is 4 (well besides the ones with 's'). So it's NUMBER, DECIMAL, NUMBER, NUMBER and sometimes "s". Is there some sort of way to just say shorten the column from left to right and make it 4 characters? Can I split it by a delimiter? 

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @water-guy-5 

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'.

1.png

1.png

 

Best Regards,
Community Support Team _ Eason

View solution in original post

4 REPLIES 4
v-easonf-msft
Community Support
Community Support

Hi, @water-guy-5 

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'.

1.png

1.png

 

Best Regards,
Community Support Team _ Eason

HotChilli
Super User
Super User

Apologies : by Number of Characters.

Though, confusingly, it adds a step called Split Column By Position

Duh!!!! Thank you. It's a Friday and my brain is giving out on me...I appreciate the help.

HotChilli
Super User
Super User

You can split by delimiter (by position) - right-click the column and look for Split Column

Helpful resources

Announcements
ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.