Forum Discussion
Anonymous
5 years agoNot applicable
Convert alphanumeric to numeric
Hi all, I've found this solution but it didn't work for my case: try Number.FromText([Text]) otherwise null I've got a column that is build on alphanumeric characters. (SVF-11254, svf685, S...
- 5 years ago
Hi Anonymous !
Please try creating a new Column from example in Power Query Editor;In the new column example type only Integer values for the column, you need to provide 3/4 example value and it will generate M Code to create the new column containing only integer values.
Regards,
Hasham
HashamNiaz
5 years agoSolution Sage
Hi Anonymous !
Please try creating a new Column from example in Power Query Editor;
In the new column example type only Integer values for the column, you need to provide 3/4 example value and it will generate M Code to create the new column containing only integer values.
Regards,
Hasham
Anonymous
5 years agoNot applicable
That works, thanks!