Forum Discussion

rashmij9's avatar
rashmij9
Frequent Visitor
3 years ago

Measure Updates After Scheduled Refresh

I have scheduled refresh setup for one of my reports.

One of the measures, that helps calculate revenue for the current week, auto-updates at the end of the week on Friday.

 

I use the following formula to calculate revenue based on the current week:

Current Week Fcst = CALCULATE([SelectedMeasure1],FILTER('Trend Data','Trend Data'[WeekNum] = WEEKNUM(NOW())))
 
I also have several other measures that help calculate the revenue for last week, two weeks ago, and one month ago.
 
My issue is that when new data comes in on Friday, my report updates based on the current week's calculations. My scheduled refresh is set up for Friday morning. However, on Monday morning, my formulas update based on the new week and display blanks for the current week (because there is no data for this week yet). The last week's measure displays revenue that should be displayed for the current week.
 
I was wondering why the measure updates after the scheduled refresh without being triggered? Is there a workaround for this?

1 Reply