Forum Discussion
Jos13
Helper III
6 years agoFilter not working
Hi Team, I just have to find whether a particular employee's data is there in the table by filtering month and task. I have created a measure as follows. Measure = IF(SELECTEDVALUE('Table'[EmpId])...
tex628
Community Champion
6 years agoChange it to,
Measure = IF(COUNTROWS('Table')=1,"Yes","No")
Br,
J