Forum Discussion
ArchStanton
Power Participant
3 years agoDate Error in Measure
Hi, The Measure below is producing the error message in yellow below it. Cases_Reopened =
VAR _lastdate =
CALCULATE(MAX('BAU Closures'[Month].[Date]),
FILTER('...
- 3 years ago
Hi ArchStanton
Can you remove the .[Date]?
CALCULATE(MAX('BAU Closures'[Month].[Date]),I think it is causing the problem
mlsx4
Memorable Member
3 years agoHi ArchStanton
Can you remove the .[Date]?
CALCULATE(MAX('BAU Closures'[Month].[Date]),I think it is causing the problem
ArchStanton
Power Participant
3 years agoI removed the Date earlier and re error lines appeared in the RETURN part of the measure.
Typically, I've just removed Date again and no error messages1 Bizarre.
Thankyou!! much appreciated.