Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

PARALLELPERIOD Filter Problem

Hello,   I have a table which shows a value for the current month and a value for the previous month.  Take for example here:   Month           Input Plant.Actual June 2017     500 May 2017    ...
  • Ashish_Mathur's avatar
    8 years ago

    Hi,

     

    It works just fine for me.  Please see the image (notice that i have select Current month as yes in the the filter pane).  These are the measures that i used

     

    Current month = SUM(Data[Actual])
    Previous month = CALCULATE([Current month],PREVIOUSMONTH('calendar'[Date]))