Forum Discussion
cham
6 years agoPost Patron
Remove Duplicates
Hi, I want to remove duplicates in Power BI Data tab. I have created a new column and I want to remove duplicates. How I can do that. We can do it using tranform table but I created a new col...
- 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.
Ashish_Mathur
6 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.
cham
6 years agoPost Patron
can you please provide it with example.
using the column names. One column is "post code" other one is "state".