Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello. I have a coulmn that has 4 and 5 characters in various rows.
I want to extract data into a new column; I want the 3rd and 4th characters from the left. In this example, it would be "45", However my Excel version does not have the Extract option within the Text Column area.
How do I accomplish pulling these characters (like I would if I had the Extract option) in the version I have?
Solved! Go to Solution.
Hi @SArtaz ,
Please try this way:
In Power Query, click "Custom Column":
Use this M code:
Text.Middle([Column1], 2, 2)
And the final output is below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @SArtaz ,
Please try this way:
In Power Query, click "Custom Column":
Use this M code:
Text.Middle([Column1], 2, 2)
And the final output is below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
7 | |
7 | |
6 | |
6 |