Forum Discussion
MP_123
10 years agoMicrosoft Employee
stacked area chart
hi
i want to show the sum of all points on the stacked area chart when hovering, and not only the value of each point, is it possible?
thanks!
5 Replies
- HabibContinued Contributor
You should add new measure to calcuate sum for All values and then add that as tooltip. Below is an example
TotalSales = SUMX(ALL(Sales),Sales[Sales])
Below screenshot can help