Forum Discussion

MP_123's avatar
MP_123
Microsoft Employee
10 years ago

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

  • Habib's avatar
    Habib
    Continued 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

     

    • MP_123's avatar
      MP_123
      Microsoft Employee

       

      thank you! but see the print screen: my problem is that in area chart, the tool tip has added to each point, and i want it only once

      • Habib's avatar
        Habib
        Continued Contributor

        I have replaced chart o Area and can see below. Are you adding other attribute to Legends?