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
Hi there,
I want to be able to count the distinct amount of values in a table's column for when the value is "2", and have this as a measure which I can then reuse on other visuals.
I have tried the below, but it doesn't seem to like it. Any ideas please?
DISTINCTCOUNT(CONTAINS('Bot Chat Transcript','Bot Chat Transcript'[OperatorLine], "2")
Thanks
K.
Solved! Go to Solution.
Hi @Kosenurm ,
If I took youe question correctly then please try this:-
Measure = calculate(distinctcount(table[values]),filter(table,table[values] = 2))
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @Kosenurm ,
If I took youe question correctly then please try this:-
Measure = calculate(distinctcount(table[values]),filter(table,table[values] = 2))
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin