Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
caito103
Helper I
Helper 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 distinct to no repeat each one.

 

Im trying with:

 

NumClientes = CALCULATE ( DISTINCTCOUNT(Hoja2[Codlegal]);Hoja2[Clase] = "Factura (v)")

 

But i get "30,23K" and are only 2.916. I tried with differents formulas but i cant get it, any advice?

 

1 ACCEPTED SOLUTION
cs_skit
Resolver IV
Resolver IV

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

View solution in original post

2 REPLIES 2
v-sihou-msft
Employee
Employee

@caito103

 

Your measure supposes to work. Make sure your slice it with client field.

 

54.PNG

 

Regards,

cs_skit
Resolver IV
Resolver IV

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.