Maripo wrote:Genious! Thanks a lot, Averages work as expected. Now I need to calculate Cumulative (running) total for Current Plant Demand Weekly Target values (the one you just helped me to calculate). So it would look like in the image below. I will be using Cumulative total of Current Plant Demand Weekly Target along with Actuals Cumulative Total in the visual. Let me know if it still doesn't make sense
For me, the Cumulative average doesn't make too much sense.
However, you can still play some tricks. Just index the Quarter(1,2,3), Month(1,2,3,4...), Week(1,2,3,4,5,6,7...), so in different drill down level, use different index individually(as in the measure "Current Plan Demand Weekly Target"). For example, in week level, use the week index, so the MAX(weekIndex) from left to right is 1,2,3,4... and so on. The multiple the "Current Plan Demand Weekly Target" by the weekIndex.