Forum Discussion

pbi_wannabe_exp's avatar
pbi_wannabe_exp
Regular Visitor
4 years ago
Solved

Weighted AVG Calculation

Hey all,   I have the following data table with many names but I only copied the table with 2 names now: setup.py and path.xyz. (date, name, loc_i, loc_d columns are originally in the table, and AG...
  • lbendlin's avatar
    4 years ago
    Wavg = divide(sumx('Table','Table'[AGE]*'Table'[Weight]),sumx('Table','Table'[Weight]))

     

    see attached