The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I have the following table (goods movements) and want to calculate total qty (current row) by adding current qty to total qty (previous row). Who can help me?
Calculated Column
Solved! Go to Solution.
I found the answer:
Sum Qty =
I found the answer:
Sum Qty =
Hi,
might not be the best efficient way but you get what you want:
Thanks for your help.
But the counting should start over again when the ART (article id) changes.
Rgrds