Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi sunindia,
For Jan 2016 the value is fine. When it comes to Feb I want to show the avg of Jan and Feb.
Present:
Jan 2016 Feb 2016
11445.36 11544.28
Expected:
Jan 2016 Feb 2016
11445.36 11494.82
Note: In the chart I only want to show data for current year.
Regards,
Aditya
Try this:
RangeAvg(Above(sum({<[Report Date]={">=$(=Date(Yearstart(Max([Report Date]),-1)))"}>} [New Issuance Principal])/
Sum({<[Report Date]={">=$(=Date(Yearstart(Max([Report Date]),-1)))"}>}[New Issuance]), 0, RowNo()))
Try this:
RangeAvg(Above(sum({<[Report Date]={">=$(=Date(Yearstart(Max([Report Date]),-1)))"}>} [New Issuance Principal])/
Sum({<[Report Date]={">=$(=Date(Yearstart(Max([Report Date]),-1)))"}>}[New Issuance]), 0, RowNo()))
Sunny but going forward, say for Mar will the value be
Jan 2016 Feb 2016 Mar2016
11445.36 11494.82 Avg(11445.36+11494.82+value(Mar2016))
Yes it will be
In its current state, the expression will continue to do RangeAvg() forever