Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

undefined

I have ID column the formate of it is Text, and ID column has many repetead ID's, I wan to cleare a new column with only distinct ID's.   Thanks in Advance
  • amitchandak's avatar
    6 years ago

    You have to get a new table

    New table = distinct(table[Column])

    You can join your table as dimension