Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a text string column that begins with 3 numbers followed by letters for some of the items in the column. I want to look for anything in that column that starts with a number and if it does, I want to return a value and if it doesn't start with a number, then I want to return another value.
Solved! Go to Solution.
Hi @DMB90
Thanks for the reply from @Ahmedx , please allow me to provide another insight:
First of all, I create a set of sample:
Then add a calculate column:
Column =
IF ( IFERROR ( VALUE ( MID ( 'Table'[Column1], 1, 3 ) ), 1 ) = 1, "NOT", "YES" )
The result is as follow:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
or try this code
Thanks! This worked!
pls try this
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |