Forum Discussion
shayden
8 years agoFrequent Visitor
Average Help
I have a reqeust to graph today's volume of calls against the 6 week historic average but only where the same Day Of Week (Monday = Monday) is averaged. I have the following measures created, but ne...
- 8 years ago
Ashish_Mathur
8 years agoSuper User
- shayden8 years agoFrequent Visitor
Ashish_Mathur This format worked. I had to change some dates to reflect TODAY versus MAX('Date'), but I finally got it to work. Thank you very much for your quick response!
Average_Offered_Weekday = AVERAGEX(FILTER(DATESBETWEEN(CRM_Interval_Day_V21[CallDate],MIN(CRM_Interval_Day_V21[CallDate])-43,TODAY()-1),WEEKDAY(CRM_Interval_Day_V21[CallDate],2)=WEEKDAY(TODAY(),2)),[Total_Offered])
- Ashish_Mathur8 years agoSuper User
You are welcome.