I have created a matrix having data of salesman and their chemist visited.
I have added a count formula
Customer Count = DISTINCTCOUNTNOBLANK('Source Data'[CustomerNameFull])
The total in the above matrix is of the salesman who visited the chemist, along with that I want to calculate the total of chemist that is not visited by a salesman. i.e. the count of the blank. The blank count should be shown along with the total value.
Source File: BI SAS
Expected Output
Below is the expected output that I want. The zero total is the distinct count
Any help would be highly appreciated.



