Forum Discussion
Anonymous
6 years agoNot applicable
Adding a fixed value in a column
Is it possible to add "DK0010" in all rows in the column named CustomerNumber?
- Anonymous6 years ago
Column = CONCATENATE("DK0010",Customer[CustomerNumber]) You can achieve this with EDIT query - Select Customer ID Column - Transform -Format - ADD Prefix
5 Replies
- WashivaleResolver V
Hi Anonymous ,
Images posted by you are not visible, however, if you want to add a static value in a column.
Create a column and add function column = "DK0010"
this will create a new column with static value on all rows.
Regards,
Washivale
- AnonymousNot applicable
I hope the picture works now, but I need the values to be:
DK00105601153
DK00105604721etc :-)
- AnonymousNot applicable
Column = CONCATENATE("DK0010",Customer[CustomerNumber])
- AnonymousNot applicable
Anonymous
Create a New column
CustomerNumber = "DK0010"