Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

AVG instead Total in matrix

I need to show the avg in table view instead of the Sum. Is any way I can show avg there. 

 

 

 

 

  • Hi Anonymous,

     

    [Price] should be calculated as a measure. Then, create an other measure to get the final result:

    Averge of Price =
    AVERAGEX ( TableName, [Price] )

     

    Best regards,

    Yuliana Gu

2 Replies