Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Estimados buen dia
Tengo el siguiente detalle, quisiera saber pasar una formula de excel a power query
Naturaleza | Cedula | Cantidad de Registros Duplicados | 1=se elimina 0=no se elimina |
positivo | 18.75-positivo | 0.00 | 0.00 |
positivo | 25.8-positivo | 0.00 | 0.00 |
positivo | 40-positivo | 2.00 | 1.00 |
positivo | 5-positivo | 35.00 | 1.00 |
positivo | 61-positivo | 0.00 | 0.00 |
positivo | 4.55-positivo | 0.00 | 0.00 |
positivo | 51.1-positivo | 0.00 | 0.00 |
positivo | 5-positivo | 35.00 | 1.00 |
la formula de la ultima columna es la siguiente:
=+IF(Q2="negativo",IF(COUNTIF(R$2:$S2,R2)<=S2,1,0),IF(COUNTIF(R$2:$S2,R2)<=S2,1,0))
El resultado esperado es el que pongo en verde
he podido replicar lo del if con una columna condicional pero aun no se como logar la parte del COUNTIF(R$2:$S2,R2) donde tomo como rango unicamente los valores arriba de la fila en la que voy
espero me puedan ayudar
Saludos
Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...