The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
109 | |
79 | |
72 | |
48 | |
39 |
User | Count |
---|---|
138 | |
108 | |
69 | |
64 | |
57 |