Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Dax - distinctcount as SQL query (no exists)

I need a Dax that count the Names distinctly that has the Flag=1  but don´t has the Flag=0 In SQL I could do something like this: Select count(distinct Name) Qtd from Table1 A where Flag = 1...