Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Average of Rows

Hello,    I have a table of measurements done every hour every day, and I need to find the average per day (row average).  See picture and table.      Dato Kl. 1 Kl. 2 Kl. 3 Kl. 4 Kl. 5...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Anonymous ,

     

    If the number of measurements per day is the same, you may try this.

    AVG = 
    DIVIDE (
        'Table'[Kl. 1] + 'Table'[Kl. 2] + 'Table'[Kl. 3] + 'Table'[Kl. 4] + 'Table'[Kl. 5] + 'Table'[Kl. 6] + 'Table'[Kl. 7] + 'Table'[Kl. 8] + 'Table'[Kl. 9] + 'Table'[Kl. 10] + 'Table'[Kl. 11] + 'Table'[Kl. 12] + 'Table'[Kl. 13] + 'Table'[Kl. 14] + 'Table'[Kl. 15] + 'Table'[Kl. 16] + 'Table'[Kl. 17] + 'Table'[Kl. 18] + 'Table'[Kl. 19] + 'Table'[Kl. 20] + 'Table'[Kl. 21] + 'Table'[Kl. 22] + 'Table'[Kl. 23] + 'Table'[Kl. 24],
        24
    )

    For other cases, please consider the advice of tex628.

     

    Best Regards,
    Gao

    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly --  How to provide sample data in the Power BI Forum