Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.
User | Count |
---|---|
11 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
25 | |
19 | |
16 | |
10 | |
7 |