Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

formula to calculate weekly average

Good day,   Wonder if you could help with this,  I am trying to create a formula to create a weekly average on PowerBI (will be honest, am a bit new to it).  So the data i have is : WeekNum:...
  • jppv20's avatar
    jppv20
    4 years ago

    Anonymous I think I understand the question better now. Please try this:

    Average = CALCULATE(AVERAGE('Table'[Column]),ALLEXCEPT('Table','Table'[Weeknr]))