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]) - 6 years ago
You can achieve this with EDIT query - Select Customer ID Column - Transform -Format - ADD Prefix
Washivale
6 years agoResolver 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
- Anonymous6 years agoNot applicable
I hope the picture works now, but I need the values to be:
DK00105601153
DK00105604721etc :-)
- Anonymous6 years agoNot applicable
Column = CONCATENATE("DK0010",Customer[CustomerNumber]) - Washivale6 years agoResolver V
You can achieve this with EDIT query - Select Customer ID Column - Transform -Format - ADD Prefix