Forum Discussion

cham's avatar
cham
Post Patron
6 years ago
Solved

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 column in data tab so that column is not appearing in transform tab.

 

Also, Can i create concatenate in transform table? I want to add text and num value. Its giving an error we cannot combine text and value in tarnsform concatenate.

 

Thnaks

C

  • 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.

17 Replies