Forum Discussion

HEW's avatar
HEW
Helper III
8 years ago
Solved

Add column in clustered chart

Hi.

 

Is it possible to add an extra column showing a total for all 4 sales organizations (legend)? Perhaps make a new calculated measure in Desktop?

 

 

 

Thanks a lot in advance.

 

  • MeassureName = SUMX(TableName, TableName[column a] +TableName[column b] +TableName[column c] ...)Hope this helps !Chnage the paramenters in the query according to your data

3 Replies

  • Hardik's avatar
    Hardik
    Continued Contributor

    Form a new calculated measure for the same !

    • HEW's avatar
      HEW
      Helper III

      And how do I do that? I haven't tried to add a new measure in Desktop before.....

      Thanks!

      • Hardik's avatar
        Hardik
        Continued Contributor

        MeassureName = SUMX(TableName, TableName[column a] +TableName[column b] +TableName[column c] ...)Hope this helps !Chnage the paramenters in the query according to your data