Forum Discussion
jaco1951
8 years agoHelper III
Problem with date filter when sum
Hi I cannot get the correct sum when trying to sum a group of values where I want to collect the ones that have been updated most recently by week. I have created a filter saying Date = Max(D...
- 8 years ago
Seems that I have fixed the issue, still not quite sure how...
I changed the MAX(Date) variable, adding a ALLSELECTED filter to it:maxDate_Reported = CALCULATE(
MAX(factTable[date_reported]);
FILTER(ALLSELECTED(factTable);
factTable[dataSource] = "BANK"))
jaco1951
8 years agoHelper III
Seems that I have fixed the issue, still not quite sure how...
I changed the MAX(Date) variable, adding a ALLSELECTED filter to it:
maxDate_Reported = CALCULATE(
MAX(factTable[date_reported]);
FILTER(ALLSELECTED(factTable);
factTable[dataSource] = "BANK"))
- v-yulgu-msft8 years agoMicrosoft Employee