Forum Discussion
InsureBI
10 years agoAdvocate II
Moving Average Formula ERROR
I have a table of policy coverage and effective date and I am trying to compute a daily moving average of premium. Here is the formula I constructed, utilizing answers to similar questions on this f...
Vvelarde
10 years agoCommunity Champion
MovAvg = CALCULATE(AVERAGE(Policy[Coverage]),FILTER(ALL(Policy),Policy[EFF_DATE] <= EARLIER(Policy[EFF_DATE])))
InsureBI
10 years agoAdvocate II
Thanks.
So you are suggesting that I drop the table reference to the calculated measure. I did and got the same error message.