Forum Discussion
ThisIsHalloween
2 years agoHelper I
Sum Not Updating with Filter
I am subtracting current fiscal year's receipts less previous fiscal year's receipts but the total continues to take the previous year's receipts into account. I want it to sum only what you can see....
- 2 years ago
ThisIsHalloween Once you have the result computed in a variable, you can apply a filter to it. so nothing is happening here, except whatever computed in the variable:
CALCULATE( (RCY - RPY), DATESYTD('Date'[Date], "30/6")), ""))
parry2k
2 years agoSuper User
ThisIsHalloween Once you have the result computed in a variable, you can apply a filter to it. so nothing is happening here, except whatever computed in the variable:
CALCULATE(
(RCY - RPY), DATESYTD('Date'[Date], "30/6")), ""))