Forum Discussion
DM474
3 years agoRegular Visitor
Sum for Projected Year total
I am sure this is really simple but for some reason I just cannot get this right. I have a table showing sum(x) for each month, sum(x) YTD, and sum(x) FYTD. Easy. I need to add the Total ye...
Ashish_Mathur
3 years agoSuper User
Hi,
Share some data and show the expected result.
DM474
3 years agoRegular Visitor
See below. The first column shows monthly budget, second is the cumulative budget over the fyear. The third column should always show the EOY budget, ie. 9,341,386.61
- Ashish_Mathur3 years agoSuper User
Share the download link of the PBI file.
- DM4743 years agoRegular Visitor
Hi Ashish
I just want help with the generic formula, I cannot share the file.
It should be a simple formula to calculate the whole year.
- Ashish_Mathur3 years agoSuper User
Try this
Measure = SUMX(ALL(Calendar[MontYear]),[Budget])
If this does not work, then i cannot hlp any further unless i see the file.