Forum Discussion
Anonymous
10 years agoNot applicable
create custom column concatenated
I'm fumbling create a custom column in a table that has already been loaded, this column will be used to relate that table to another, however I am unable to create this custom column. I need to con...
- 10 years agoText.From([Column) & Text.From([Column2]) & Text.From([Column3])
Vvelarde
10 years agoCommunity Champion
A Sample:
=[Segment] & Text.From([Count])
If you column is not a string use Text.From([Column]) else just the column name
puraskar_award
6 years agoFrequent Visitor
Thanks for explaining why to use Text.From()