Forum Discussion
Anonymous
6 years agoNot applicable
Conditional logic help for integer and character?
Hi! This sounds like a simple fix but I can't find the solution anywhere. I want to write a conditional if statment based on the machine codes in our plant. For example if the machine code is a n...
- 6 years ago
Anonymous
Try as a new column in Power Query, Adjust your Column Name, mine is Custom=Value.FromText(Text.Start([Custom],1)) is number and Value.FromText(Text.Middle([Custom],1,1)) is text________________________
Did I answer your question? Mark this post as a solution, this will help others!.
I accept KUDOS 🙂
Fowmy
Super User
6 years agoAnonymous
Try as a new column in Power Query, Adjust your Column Name, mine is Custom
=Value.FromText(Text.Start([Custom],1)) is number and Value.FromText(Text.Middle([Custom],1,1)) is text
________________________
Did I answer your question? Mark this post as a solution, this will help others!.
I accept KUDOS 🙂