Forum Discussion
ArchStanton
3 years agoPower Participant
Date 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
3 years agoMemorable Member
Hi ArchStanton
Can you remove the .[Date]?
CALCULATE(MAX('BAU Closures'[Month].[Date]),I think it is causing the problem
ArchStanton
3 years agoPower Participant
I 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.