Forum Discussion

pcolson's avatar
pcolson
Cloud Apps
02-07-2022
Solved

Un-weighting an average value

Hello all, I have what I hope is a simple question.   We have a database that can be boiled down to the image below.  Each entry has a date (YYYYMM) and whatever the monthly member count is for t...
  • pcolson's avatar
    02-08-2022

     

    avg([YYYYMM],avg([Average Members]))

     

    I figured it out this morning.  Breaking it by YYYYMM, then taking the average's average (which will always be the same across the same month).