excel - Power Query, create new column to deplete inventory on each chance of part number - Stack Overflow

admin2025-04-18  2

Need to create a new column showing the "Inventory Balance" on each change of "2nd Item Number" I did it with an excel formula, =IF(A700=A699,J699-D700,E700-D700) Needed to order the "2nd Item Number" by date If "2nd item number is equal" to previous cell, deducts "Demand" from previous "inventory balance" if not deducts "demand" from "total inv"

Wonder if this can be accomplished directly in Power Query

转载请注明原文地址:http://anycun.com/QandA/1744909319a89337.html