Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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
Solved! Go to Solution.
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
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
Hi vivien57 ,
Thankyou, It's Work,
Previously I used this :
Total Premi = SUM('Table'[Premi])and it's work,
Thankyou
Rgds
Ajeck
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.