Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |