Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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?
Solved! Go to Solution.
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
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
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 87 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |