Forum Discussion
Anonymous
6 years agoNot applicable
Calculate No response
Dear all, I want to extract list of employees who dont fill out the response form. Available data: 1. I have list of total employees. 2. Response from employees who fill on daily basis. Issue: ...
amitchandak
6 years agoSuper User
Anonymous , you can add +0 to the measure and get all the employees
Total Customer = Count(Table[emp])+0
Or you can use this option