Forum Discussion

ArchStanton's avatar
ArchStanton
Power Participant
3 years ago
Solved

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('...
  • mlsx4's avatar
    3 years ago

    Hi ArchStanton 

     

    Can you remove the .[Date]?

    CALCULATE(MAX('BAU Closures'[Month].[Date]),

     I think it is causing the problem