Forum Discussion
Replace All Letters / Text to Blank in Column
- 4 years ago
Hi Alex___ ,
Please try the code.
= Table.SelectRows(#"Changed Type", each Value.Is(Value.FromText([Column1]), Number.Type))If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Yes, blank means null.
I am sorry, I don't understand your comment. I only want to remova all text (e.g. S, ap, be etc.) and leave numerical values in the column
Hi Alex___ ,
Please try the code.
= Table.SelectRows(#"Changed Type", each Value.Is(Value.FromText([Column1]), Number.Type))
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.