Forum Discussion

Nemes's avatar
Nemes
Frequent Visitor
8 years ago
Solved

Issues with measure using time intelligence

Hello,   I've been running into issues when creating measures, particularly with time intelligence (for example SAMEPERIODLASTYEAR).   Here is a stripped down version of my report, with only the ...
  • Zubair_Muhammad's avatar
    8 years ago

    Nemes

     

    How about this one

     

    Total Amount Last Year =
    CALCULATE (
        [Total Amount],
        SAMEPERIODLASTYEAR ( 'Dates'[Date] ),
        ALL ( Dates )
    )