The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I have a column which has data in alphanumeric form
I need a formula which can help me know the position of the first occuring number.
Example
Avi2323 = 4
Avi2456 = 5
234-678 = 1
My constraints
There can be space at the start
Thank you
Solved! Go to Solution.
You can add a new column with the following code...
Replace [Column1] with your column name.
Proud to be a Super User! | |
You can add a new column with the following code...
Replace [Column1] with your column name.
Proud to be a Super User! | |