This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello everyone,
I would like to calculate for each month the value of D' as the sum of A', B' and C', based on the inputs: Start (only for the first month), A' (for the first month equals "Start"), B' and C'.
The problem is that I only know A' for the first month (equals "Start"), and for next months A' should come from D' from the previous month.
So in the example below for the second month it should be:
D' = 106 (instead of 110) + 4 + 6 = 116.
Do you have any ideas?
| Month | Start | A | B | C |
| 1/1/2023 | 100 | 2 | 4 | |
| 2/1/2023 | 4 | 6 | ||
| 3/1/2023 | 6 | 8 | ||
| 4/1/2023 | 8 | 10 | ||
| 5/1/2023 | 10 | 12 | ||
| 6/1/2023 | 12 | 14 |
Solved! Go to Solution.
Hello @Marcoss,
Try this DAX for A':
Thank you, but I also solved it in another way.
Hello @Marcoss,
Try this DAX for A':
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 22 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 60 | |
| 35 | |
| 28 | |
| 22 | |
| 21 |