Forum Discussion

caito103's avatar
caito103
Helper I
9 years ago
Solved

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...
  • cs_skit's avatar
    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