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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Buenas tardes, me encuentro ante esta dificultad:
El objetivo es sumar la cantidad que cumple con estos requisitos:
Probé con la función CONTAINS pero no me lo permitió.
La función que yo armé es la siguiente:
Alguna idea de cómo soucionarlo?
Desde ya, muchas gracias
Marce
Solved! Go to Solution.
Hi @MMPagola ,
You could use IN VALUES('table'[column]).
PP ALTA FINAL = CALCULATE(SUM(Movimientos[Cantidad]), FILTER(ALL(Movimientos), Movimientos[Alta] = "TRUE" && Movimientos[DepositoDestino_id] = 3 && Movimientos[CodigoTicketDestino] in VALUES(Pedidos[Numero])))
Best Regards,
Jay
Hi @MMPagola ,
You could use IN VALUES('table'[column]).
PP ALTA FINAL = CALCULATE(SUM(Movimientos[Cantidad]), FILTER(ALL(Movimientos), Movimientos[Alta] = "TRUE" && Movimientos[DepositoDestino_id] = 3 && Movimientos[CodigoTicketDestino] in VALUES(Pedidos[Numero])))
Best Regards,
Jay
@MMPagola , You have try something like
PP ALTA FINAL = CALCULATE(SUM(Movimientos[Cantidad]), FILTER(Movimientos, Movimientos[Alta] = TRUE() && Movimientos, Movimientos[DepositoDestino_id] = 3 && search(max(Pedidos[Numero]), Movimientos[CodigoTicketDestino], ,0)>0))
El numero no debe ser más mayor a cero. No es solución. Gracias
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 108 | |
| 39 | |
| 33 | |
| 25 |