Forum Discussion

csrapp96's avatar
csrapp96
Helper I
2 years ago
Solved

Average of Multiple Growth Rates

Hello PBI Community, I found a way to average the values across my table and come up with a total average growth rate. But I need the average of the growth rates for each line item. I can't find a...
  • csrapp96's avatar
    csrapp96
    2 years ago

    I solved it! 

    I needed to use the AVERAGEX(Summarize(Summary,Summary[Team], [Growth Measure])

    This in effect groups the team measures and then finds the average of them 🙂