Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have mentioned one table and what i want , it's like FIFO concept
1. i have some of Items and amounts and publiction, so i want to show payments as publication wise and need split amount based on invoice number .
Eg 1:
Eg 2:
Payments Logic : Invoice number 1
1st row Collection(3000) - Amount(1000)=Payments1(2000)
2nd row Payments1(2000) - Amount(500) = Payments2(1500)
3rd row Payments2(1500) - Amount(1500) = Payments3(0)
4th row Payments3(0) - Amount(2000) = Payments4(0)
Please let me know if you have solution
Thanks & Regards,
Sakthivel
hi , please if you can share some sample with the queries , ill try to help you .
i will give sample data , please try with this and let me know if got solution.
Thanks