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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have a table with persons and amount paid pr month
I would like calculate the change of amount to previous amount for each record
Table:
Person | Month YY-MM | Amount | Calculation |
123 | 2021-05 | 50 | 0 |
123 | 2021-06 | 100 | 50 |
123 | 2021-07 | 100 | 0 |
123 | 2021-08 | 75 | -25 |
345 | 2021-05 | 100 | 0 |
345 | 2021-06 | 75 | -25 |
345 | 2021-07 | 75 | 0 |
345 | 2021-08 | 50 | -25 |
Looking forward for your inputs.
Thanks wdx223_Daniel and Jihwan_Kim,
both solutions works fine, I'm still in the development of my Dashboard, so I'm not able to measure performance on actual data, with several thousands of lines.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.