Forum Discussion
Anonymous
6 years agoNot applicable
Using calculate with IF
i want to get distinct count of student_id with a condition that if it id is there then it should display Yes and if no enrollemnt id then NO. Issue is im not able to call that variable in measu...
amitchandak
6 years agoSuper User
Anonymous , Not sure what you want to do with yes or No. try like
fn1 = CALCULATE(DISTINCTCOUNT(student [Employeeid]),not(isblank(student[Enrolemntid])))