Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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 from the page column for each unique URL and return the result in the VacancyId column.
There are a lot of different url structures in the Page column.
Is there a best-practice approach for this?
Solved! Go to Solution.
HI @Anonymous
I believe the post got duplicated.
Try my solution in the post below
If these are the only numbers in the string, you can add new custom column as
=Text.Select([Page], {0..9})
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?
HI @Anonymous
I believe the post got duplicated.
Try my solution in the post below
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
59 | |
59 | |
49 | |
42 |