Forum Discussion
caito103
9 years agoHelper I
Calculate Distinct Count based in other column value
Hello, Im trying to count each client of the company if the cell have in the "Clase" column the data "Factura (v)". But, in "Codlegal" column i have multples times each code, so i need to use distin...
- 9 years ago
solution should be
COUNTROWS(FILTER(ALL(Table);Table[column]="Factura (v)"))
if you don't want the independent context like if you want it to change when you slice remove the ALL
v-sihou-msft
9 years agoMicrosoft Employee