Forum Discussion
Anonymous
8 years agoNot applicable
Extrapolate Data from Last Week Sales
Hi there, I want a column or measure that takes the average of the last 7 days and stores it in the future dates (Extrapolating). When data is entered, the forecast value is replaced and the ne...
Anonymous
8 years agoNot applicable
Hi Jimmy,
Your average value in the last 7 days works perfectly, Thank you.
However, is it possible to have the historical data in the same measure? I would like to achieve a result like this:
The data would be similar to what I initially posted in my question. Thanks!
v-yuta-msft
8 years agoCommunity Support
Hi coreyweiss,
You want to truncate the date column by previous date and future date and then connect previous date with measure, right. I'm afraid your requirement can't be achieved because measure will filter values which meets the condition. As a workaround, you can create a line chart and drag column [Sales] and measure [avg] to Values field like below and then you can compare the difference more clearly.
Best Regards,
Jimmy Tao