Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Referencing a cell in an IF statement

Hello,   I am trying to write an IF statement in DAX that will reference cells in a table. I want the syntax to read the next cell below it, calculate, and then spit out 1 or 0.      My da...
  • ChielFaber's avatar
    3 years ago

    Can't you just use the DISTINCTCOUNT function to get the result your looking for? This will only count the number of unique values in column1?