Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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.
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?
Solved! Go to Solution.
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
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
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.
You can split by delimiter (by position) - right-click the column and look for Split Column
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 31 | |
| 27 | |
| 24 |