How to implement exponential smooting in powerpivot?

sherifffruitfly

New Member
Joined
Dec 21, 2013
Messages
8
Hi all, I'm having trouble getting an exponential smoothing measure going in powerpivot. This is where, a given time series {d_t} is transformed into the smoothed series {s_t} by means of convex combinations defined recursively: s_0 = d_0 s_t+1 = a * d_t + (1-a) * s_t It is immaterial to me where in the implementation the parameter 0 <= a <= 1 is set - magic constant or database-fed. I have a proper date dimension related to the time series table. Any tips on how I can implement this routine in powerpivot? many thanks, sff
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,223,992
Messages
6,175,822
Members
452,672
Latest member
missbanana

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top