Forum Discussion
Anonymous
3 years agoNot applicable
Error in column
Hi, I have a column formated as text with 2 types of data. 1) 12345 and 2) AB123. Now I am looking for a way to have them in same column without Error thanks
AntrikshSharma
3 years agoCommunity Champion
Anonymous Then you can add a new column and use Value.FromText.
Table.AddColumn ( PreviousStep, "TextOrInt", each Value.FromText ( [Column] ), type any )- Anonymous3 years agoNot applicable
- AntrikshSharma3 years agoCommunity Champion
Anonymous Read the error! You are missing closing parenthesis and what is your previous step? use that in the first argument.
- Anonymous3 years agoNot applicable
what they mean about PreviousStep?