Forum Discussion
Ajeck
10 months agoHelper III
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
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