Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Average - But need to sum first

Hi,   Third time I write this topic.. Website is not helping me out today, haha. Hopefully you guys can 🙂 I need to calculate the average after a sum of the invoices. Sample below:   Amount...
  • amitchandak's avatar
    6 years ago

    Anonymous , Try like

    averageX(summarize(Table,table[Invoice Number], "_1",sum(Table[Amount])),[_1])