Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe 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.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
144 | |
73 | |
64 | |
52 | |
51 |
User | Count |
---|---|
208 | |
91 | |
62 | |
59 | |
56 |