Forum Discussion
DTreg1
8 years agoNew Member
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...
CPasten
3 years agoFrequent Visitor
Have you tried with CALCULATETABLE( DISTINCT(Table1[tag]) )
🤔