Forum Discussion

Applicable88's avatar
Applicable88
Impactful Individual
5 years ago
Solved

Percentage Value as moving average development

Hello,   I have a division of two values which are summarized as a Measure. I use this measure in a barchart where I can see monthly  percentage value of it.  What I now want to display is a 180 d...
  • amitchandak's avatar
    5 years ago

    Applicable88 , Try a measure like

    CALCULATE(COUNTX(values(Mastercalendar[Date]),[Measure in Percent])/6, DATESINPERIOD(Mastercalendar[Date],LASTDATE(Mastercalendar[Date].[Date]),-6,MONTH))