Forum Discussion

DTreg1's avatar
DTreg1
New Member
8 years ago

DAX Distinct String

I am trying to create a new table that returns distinct string from a data table. I created the new table, created a new column with TAGNO = DISTINCT(Table1[tag]) and nothing was returned. Where am I...