Forum Discussion

Giadev's avatar
Giadev
Frequent Visitor
5 years ago

Add a total point into Scatter chart

Hi,
I need to add the total in the scatter chart.
As seen in the example image: a point, of different color with written "Total" that reflects the totals of the measures as in the table.

 

 


Table:
X Value Date

A98201.01.2021
B47901.01.2021
C34501.01.2021
D54701.01.2021
E45801.01.2021
F37601.01.2021
A45801.02.2021
B76301.02.2021
C34501.02.2021
D83501.02.2021
E27901.02.2021
F66501.02.2021
A11101.03.2021
B99901.03.2021
C88801.03.2021
D77701.03.2021
E66601.03.2021
F44401.03.2021

 

M1 = STDEVX.P(VALUES('Table'[Date]), CALCULATE(SUM('Table'[Value])))*SQRT(365)
M2 = STDEVX.P(VALUES('Table'[Date]), CALCULATE(SUM('Table'[Value])))*SQRT(30)


Thanks

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Giadev 

    Not very clear, what is the value of the total? Sum of all X?  Or lets what are the content do you expect to display in the total node like below.

     

     

    Paul Zheng _ Community Support Team

    • Giadev's avatar
      Giadev
      Frequent Visitor

      The total of the measure like in the table:

       

  • Hi Giadev

    I know this post is almost 2 years old, however, did you ever find a solution to adding a total to the scatter plot?

     

    Thanks!