Forum Discussion
tomperro
2 years agoHelper V
Z-Score in Table Matrix Visual
I am trying to show the Z-Score for each employee in a table matrix. I am using slicers to filter for different zones employees are in. I am not sure how to write the DAX for the following varia...
mh2587
2 years agoSuper User
Did you try this one
CountTests = Count(EmployeeData[Tests])