Forum Discussion
nithinar
7 years agoFrequent Visitor
Returning 'TRUE' or 'FALSE'
Hi,
I need help on returning a value as 'true' if the column field beings with a number. I have the value on Excel but not able to get it on Power Bi.
Thanks,
Nithin
nithinar Please try this as a new column
Flag = IF(ISERROR(LEFT(Test199NumCheck[Data],1)+1),FALSE(),TRUE())
1 Reply
- PattemManoharCommunity Champion
nithinar Please try this as a new column
Flag = IF(ISERROR(LEFT(Test199NumCheck[Data],1)+1),FALSE(),TRUE())