The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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