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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

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
Microsoft Employee
Microsoft 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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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