Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
hi,
I look for a function for desktop and/or query
My goal is to extract a value no numeric to get in a new column as a type.
For instance
Number New column ( as Type)
INC000 INC
DMND00032 DMND
PRJ4444 PRJ
How to do it ?
Thank you in advance for your return and your help .
Sincerely
Solved! Go to Solution.
Hi,
You could try using the split function in power query. Perhaps by non-digit to digit would work in your case
Hi @Anonymous ,
You need to create 2 measures like below:
Number = IFERROR(VALUE( 'Table'[ColumnValue] ),BLANK())
Name = IF( ISERROR(VALUE('Table'[ColumnValue])), 'Table'[ColumnValue] )
Please give KUDOS to this effort and accept this as a solution!
Hi,
You could try using the split function in power query. Perhaps by non-digit to digit would work in your case
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
87 | |
87 | |
84 | |
66 | |
49 |
User | Count |
---|---|
127 | |
109 | |
93 | |
70 | |
67 |