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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Dain
Frequent Visitor

Power query

Hi All
A small doubt
I have column having
Cyz_20180907043000
I want take the substring Cyz_201809070 from the above text value.
I know this can be done in DAX.
But I want this to be done in auery editor using custom column.
1 ACCEPTED SOLUTION

Hello,

 

no problem.

 

Text.Start([Text],13) is the equivalent of the LEFT-function in M.

 

Best regards.

View solution in original post

3 REPLIES 3
Floriankx
Solution Sage
Solution Sage

Hello,

 

if Text has always the same length then Column=LEFT([Test],13) should simply do the job.

Thank You.

 

I want this to be done in power query.I am trying to add a custom column.

Hello,

 

no problem.

 

Text.Start([Text],13) is the equivalent of the LEFT-function in M.

 

Best regards.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors