Forum Discussion

birdie29's avatar
birdie29
Icon for Advocate II rankAdvocate II
9 years ago
Solved

Max date from a table with one critera

Hello   I would like a measure or a column that shows the the max date in my date table (called 'Time') but where another critera is fulfilled ie in the example below, where the financial period st...
  • Birdjo's avatar
    9 years ago

    Hello birdie29,

     

    Maybe you can try this.

    Date = CALCULATE(MAX('TIME'[Date]) ; 'TIME'[FinancialPeriodStatus]="0")