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! Get ahead of the game and start preparing now! Learn more
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! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |