Forum Discussion

Carlos95_'s avatar
Carlos95_
New Member
3 years ago
Solved

Average in ROWS

Hello, 

 

I am tryieng to do a average of 4 rows but i cant . 

I just tried: averageX and more and this solution

Solved: Average of Rows - Microsoft Fabric Community

 

Anybody could help me??? 

 

 

  • Hi Carlos95_  if you need it as calculated column and fix number of column than you could simple use:
    Avg_test=(col1+col2+col3+col4)/4

    Did I answer your question? Mark my post as a solution! Kudos Appreciated!

2 Replies

  • some_bih's avatar
    some_bih
    Community Champion

    Hi Carlos95_  if you need it as calculated column and fix number of column than you could simple use:
    Avg_test=(col1+col2+col3+col4)/4

    Did I answer your question? Mark my post as a solution! Kudos Appreciated!

  • Thanks 🙂 I couldnt because the number were as text. Thanks really