Forum Discussion
Anonymous
3 years agoNot applicable
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...
- 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?
ChielFaber
3 years agoSuper User
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?