Forum Discussion

Ajeck's avatar
Ajeck
Helper III
10 months ago
Solved

display total in matrix visual

Hi....,   I make a matrix visualisation like this :  How can i get the total  for Premi and Acv ? noted Acv = Achievement, LY = Last year   Thankyou   Rgds Aji  
  • vivien57's avatar
    10 months ago

    Hello Ajeck ,

    Try this : 

    Total Premi = SUM('Table'[Premi])
    Total Acv = DIVIDE(SUM('Table'[Premi]), SUM('Table'[Plan]))

     

    and use these result columns in your table instead of the one you are currently using

    Have a nice day,

    Vivien