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!
Estoy escribiendo una fórmula que quiero trabajar así: (item_inventory - suma de cantidad en SO) SI >20 luego caer en "En stock", si <20 luego caer en "Fuera de stock"
Aquí está mi fórmula hasta ahora:
Solved! Go to Solution.
Puede utilizar lo siguiente:
Estado del inventario = IF((SUM('items'[Inventory]) - SUM('Sales_Lines'[Cantidad en SO]))>20,"Existencias","Agotado") )
¡Muchas gracias, eso funcionó!
Puede utilizar lo siguiente:
Estado del inventario = IF((SUM('items'[Inventory]) - SUM('Sales_Lines'[Cantidad en SO]))>20,"Existencias","Agotado") )
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.