If you din't change anything in the measure, the problem is probably in your data(e.g., missing data, wrong format, etc.). Or did you change the [Target] measure by any chance?
You are also reling on the ALLSELECTED() - it is good possible that the filter context changed. You can try temporarly replace this function by ALL(Table) to check, if this causes the problem.