Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

Average

I'm looking for a way to calculate the average over time for below highlighted column:

 

The [Positive %] measure is simply Positive Count/Total Count for each month surveys were taken. Everything I've tried so far only returns 100% and I'm not sure why. Any ways of how I can get the average? I do have a separate date table as well but was unsure of how to incorporate it with this data. Thanks!

4 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      BKirsch12 I was hoping to do it through DAX. The table was just meant to show the setup. Using the same dataset, I've accomplished this with another measure that was tracking something different:


       

      So here the Month End column actually comes from my Date table. This works, so I attempted to do the same thing with the Positive % measure, but when I do every line comes back as 1.0 or 100%.