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 )Anonymous
3 years agoNot applicable