This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more
Hello,
I hope someone can help me please.......
I have a data table as below with Date and Inflation columns. I need to calculate the Compound values at a monthly basis.
So basically, the figure in cell C26 is calculated by multiplying C14 x B26 and so on downwards; and C13 is calculated by dividing C25 / B13 and so on upwards
So cell C38 is calculated by multiplying C26 x B38
Thanks for any help
@TimK , Are you using trailing month
Assume you have measure inflation or it Sum/ average
sum(Table[inflation ])
And Then have a measure
sum(Table[inflation])* calculate(sum(Table[inflation]) , dateadd(Date[Date],-1, Month))
not sure if this will work, for example if i go out to 2026 - there will be 1.025^4
so it compounds up on a similar monthy basis......
so if we have
Jan 22 1.00
Jan 23 1.025
Jan 24 1.025
Jan 25 1.025
Jan 26 1.025
The values i would be after would be:
Jan 22 1.00
Jan 23 1.00 x 1.025
Jan 24 1.00 x 1.025 x 1.025
Jan 25 1.00 x 1.025 x 1.025 x 1.025
Jan 26 1.00 x 1.025 x 1.025 x 1.025 x 1.025
Does that make sense?
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 14 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 47 | |
| 39 | |
| 24 | |
| 22 | |
| 20 |