Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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") )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.