Forum Discussion
Giovanni_PBI
7 years agoRegular Visitor
Extracting digits from a text string
Hi, I'm searching for a best-practice method to solve the following problem. I'm trying to extract a 5/6 length digit from the following text string. I want to extract the 6 length digits f...
- 7 years ago
HI Anonymous
I believe the post got duplicated.
Try my solution in the post below
Zubair_Muhammad
7 years agoCommunity Champion
If these are the only numbers in the string, you can add new custom column as
=Text.Select([Page], {0..9})
- Anonymous7 years agoNot applicable
Hi Zubair,
Thank you very much, that's very helpfull. :)
Unfortunately these are not the only numbers in the string.
The other strings look like this;
Is there a best-practice way to solve this?- Zubair_Muhammad7 years agoCommunity Champion
HI Anonymous
I believe the post got duplicated.
Try my solution in the post below