Gabriel,
If you are displaying week and Amount in currency then you can use the below formula for getting the average of previous 3 weeks.
=(Previous([Amount in currency];1) + Previous([Amount in currency];2) + Previous([Amount in currency];3) ) / 3
Also check the below link for moving averages