Forum Discussion

successken's avatar
successken
Regular Visitor
10 years ago
Solved

Bi-Monthly Reports

I know how to utilize the timeframe reporting for monthly, quarterly and yearly. Is there a way to set this up for bi-monthly?
  • Eric_Zhang's avatar
    Eric_Zhang
    10 years ago

    successken

     

    Try a measure as

    Measure =
    CALCULATE ( SUM ( Table2[amt] ), PREVIOUSMONTH ( 'Table2'[Date] ) )
        + CALCULATE ( SUM ( Table2[amt] ), DATESMTD ( 'Table2'[Date] ) )