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
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 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 |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |