Solved! Go to Solution.
Hi @3cdoug ,
I think you can add filter in your code.
Count =
CALCULATE (
DISTINCTCOUNT ( 'Submitted Certs'[Cert] ),
FILTER ( 'Submitted Certs', 'Submitted Certs'[Cert] = "Cert 1" )
)
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @3cdoug ,
I think you can add filter in your code.
Count =
CALCULATE (
DISTINCTCOUNT ( 'Submitted Certs'[Cert] ),
FILTER ( 'Submitted Certs', 'Submitted Certs'[Cert] = "Cert 1" )
)
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!