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! Learn more

Reply
Anonymous
Not applicable

One Column - Alpha Numeric and Integer Values - Need to move alpha numeric data to separate column.

SAP HELP 1.0.JPG

Hi,

 

I need this for a report out of an integrated system. Please assist. I need to separate these alphanumeric values from the values that have only integers.

 

Any assistance is greatly appreciated.

 

Thank you,

Nick Patel

1 ACCEPTED SOLUTION
Anonymous
Not applicable

SAP HELP 1.1.JPGThis is what I am getting. Once I roll it down it gives me all of the column data.... Any Ideas?

 

Thank you,

Nick Patel

View solution in original post

4 REPLIES 4
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous 

 

Try this Custom Column from Query Editor

 

=if (try Number.From([ColumnName]) otherwise "NickPatel")="NickPatel" then [ColumnName] else null
Anonymous
Not applicable

I need to automate the entire column extraction. not just single values. the names of them vary unfortunatly 😞

@Anonymous 

 

It works with me

 

Did you try it as a new custom column?

See the pick below

 

Nick.png

Anonymous
Not applicable

SAP HELP 1.1.JPGThis is what I am getting. Once I roll it down it gives me all of the column data.... Any Ideas?

 

Thank you,

Nick Patel

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