Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Having issues summing table

Hi

I want to calculate different totals for this table

 

CASE A - first column Raggruppamento = “Altro”

CASE B - first column Raggruppamento = “Office”

I need to calculate different total for the column “ValoreCampo2”.

 

CASE A

When I have the same codes for column “Documento”, and different codes for column “Codice Servizio”, the returned values in “ValoreCampo2” shouldn’t be the total (MIN. MAX, AVG?), i.e. 35 is the correct number, but 70 is wrong.

 

CASE B

When I have the same codes for column “Documento”, but different codes for column “Codice Servizio”,  the value returned in “ValoreCampo2” is correct (TOTAL), as in the picture (239).

 

Can you help me on using that to make the calculation with DAX?

Many thanks

 

Francesco

 

 

4 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Anonymous  ,

      In case A , what Total are you expecting? If you don't want the total to show, you can hide the Total for that table.

       

      Cheers,

      Robin

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi Robin,

         

        When I have the same values for column “Documento”, but different values for column “Codice Servizio”, the returned values in “ValoreCampo2” shouldn’t be the total. I want 35 to appear as total in bold and not 70.

         

        When I have the same values for column “Documento”, and the same values for column “Codice Servizio”,  the value returned in “ValoreCampo2” is computed as total, as in the picture (239), and it's correct.

        Best,

        Francesco