Forum Discussion

6 Replies

  • danb's avatar
    danb
    Resolver I

    Anonymous

    I might be misunderstanding the issue but if you are selecting the year and months can't you just take a simple average in a measure?

     

    Last Quarter Retention = AVERAGE(Table1[Retention])

     

    This returns 85.16. 

    • Anonymous's avatar
      Anonymous
      Not applicable

      danb I was showing the month and year for demonstration purposes. On the actual page I'm using this for, I do not have these slicers so I'm trying to figure out how to calculate it through DAX.

      • danb's avatar
        danb
        Resolver I

        Anonymous Can you upload a view of your current table you are working with?