Forum Discussion
Remove Duplicates
- 6 years ago
Hi,
This M code should let you comobine text with number
=Text_column&Number.ToText(Numeric_column)
Replace Text_column and Numeric_column with your actua table and column names.
Hi,
You should first remove duplicates in the Query Editor and then create your new column.
I know but I want to create a new column using my post code and state. Then I want to remove the duplicates. In transform tab I cannot combine state and postcode together because one is text value and other one is number value.
How can I combine those two columns in tranform tab?
- Ashish_Mathur6 years agoSuper User
Hi,
This M code should let you comobine text with number
=Text_column&Number.ToText(Numeric_column)
Replace Text_column and Numeric_column with your actua table and column names.
- cham6 years agoPost Patron
can you please provide it with example.
using the column names. One column is "post code" other one is "state".
- cham6 years agoPost Patron
Thank you so much I found it.
- Ashish_Mathur6 years agoSuper User
You are welcome.