Forum Discussion

marconimedeiros's avatar
marconimedeiros
Frequent Visitor
7 years ago
Solved

Creating a list with measure?

Hello folks,   I have a table column with some strings:   Seller 1 Seller 2 Seller 2 Seller 1 Seller 3   Is possible to create a measure to return the distincts values from the column? I wa...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    7 years ago

    Hi,

     

    Go to Modelling > New Table and write this measure

     

    =VALUES(Data[Saler])

     

    A new table will get created with all unique saler values.