Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
SArtaz
New Member

extract text in column

Hello. I have a coulmn that has 4 and 5 characters in various rows.

SArtaz_1-1706738455807.png

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. 

SArtaz_2-1706738535576.png

 

How do I accomplish pulling these characters (like I would if I had the Extract option) in the version I have?

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @SArtaz ,

Please try this way:
In Power Query, click "Custom Column":

vjunyantmsft_1-1706753128854.png

Use this M code:

Text.Middle([Column1], 2, 2)

vjunyantmsft_0-1706753109405.png

And the final output is below:

vjunyantmsft_2-1706753170835.png


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.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @SArtaz ,

Please try this way:
In Power Query, click "Custom Column":

vjunyantmsft_1-1706753128854.png

Use this M code:

Text.Middle([Column1], 2, 2)

vjunyantmsft_0-1706753109405.png

And the final output is below:

vjunyantmsft_2-1706753170835.png


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.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors