Hi Everyone,
I'm very new in PowerPivot and wanna ask something,
I have this table
and i create a calculation using this formula:
and indeed i can "running total" through YearWeek:
but if I "running total" through Year AND Week, the result is like this:
Can anybody help me? so if I "running total" through Year AND Week the result will be the same with "running total" through YearWeek.
Sorry for my bad english,
Thanks
I'm very new in PowerPivot and wanna ask something,
I have this table
and i create a calculation using this formula:
Running Total:=CALCULATE(SUM([Value]),FILTER(ALL(Table1[YearWeek]),[YearWeek]<=MAX([YearWeek])))
and indeed i can "running total" through YearWeek:
but if I "running total" through Year AND Week, the result is like this:
Can anybody help me? so if I "running total" through Year AND Week the result will be the same with "running total" through YearWeek.
Sorry for my bad english,
Thanks