I'm currently making a inventory management system with employee supply
request. I'm having a problem with this formula on current available
stock:SUM(SELECT(Inventory[Quantity Received],[Item ID] =
[_THISROW].[Item ID]))-SUM(SELECT(RIS[Quantity],[St...