Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Solved! Go to Solution.
This is what I am getting. Once I roll it down it gives me all of the column data.... Any Ideas?
Thank you,
Nick Patel
@Anonymous
Try this Custom Column from Query Editor
=if (try Number.From([ColumnName]) otherwise "NickPatel")="NickPatel" then [ColumnName] else null
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
This is what I am getting. Once I roll it down it gives me all of the column data.... Any Ideas?
Thank you,
Nick Patel
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.