This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi there
I have a file that is messy as anything and I would like to extract the numbers out of a particular column (some have combination of numbers and text and others just numbers. The column looks like this (sorry I had to paste as plain text)
Column A
58443
SO Stage
W58843
W58843-PB
57684
SO Stage
W57684
W57684-PB
Then the final result should look like this
Custom Column
58443
58843
58843
57684
57684
57684
Any help would be greatly appreciated!
Solved! Go to Solution.
Hi @maccaronda
Try this
=Text.Select( [Column A], {"0".."9"} )
Very elegant; thanks
Hi @maccaronda
Try this
=Text.Select( [Column A], {"0".."9"} )
Hey @Mariusz ,
this is a brilliant solution. I was looking for my approach, as I did not bookmark it. I'm happy that I did find your approach first, very elegant.
~Tom
Thanks!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 21 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 62 | |
| 35 | |
| 34 | |
| 24 | |
| 24 |