Forum Discussion
Distinct Count one column with Contained Strings from another
- 4 years ago
Hi JCuoco
You need to use Calculation with filter:
If you want to filter the table to show the rows which have "No Show" in a seperate column:
Measure =
Calculate(DISTINCTCOUNT(table[Total Encounters]),Filter(table,table[separate column]="No Show"))
If "No Show" is part of the values of data in seperate column, use ValtteriN solution.If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Hi JCuoco
You need to use Calculation with filter:
If you want to filter the table to show the rows which have "No Show" in a seperate column:
Measure =
Calculate(DISTINCTCOUNT(table[Total Encounters]),Filter(table,table[separate column]="No Show"))
If "No Show" is part of the values of data in seperate column, use ValtteriN solution.
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/