Forum Discussion

ruinaldo's avatar
ruinaldo
Helper II
8 years ago

Problem with Duplicates

I have a list of clients, that duplicates in same month.

My target is for each month separate the accumulated values by client and positive vs negative, in matrix table

For example: Month 1 Positive = 650 Negative = 0

Month 2 Positive = 650 Negative = -400

........

Help me please?

 

 

 

 

 

7 Replies

  • Hi,

     

    There is no need to create a calculated column formula of "Accumulaed values".  In the visual, drag Month and write the following measures:

     

    Positives=SUM(Data[Positive])

    Negatives=SUM(Data[Negative])

    Accumulated values=[Positives]+[Negatives]

     

    Hope this helps.

    • ruinaldo's avatar
      ruinaldo
      Helper II
      Thanks for your help. But i need in diferent columns the result in month 2 positive =650 and negative = -400
      • Ashish_Mathur's avatar
        Ashish_Mathur
        Super User

        Sorry but i do not understand.  Show your data and your expected result.  Where is suggested formula giving you the incorrect result?

  • v-yulgu-msft's avatar
    v-yulgu-msft
    Microsoft Employee

    Hi ruinaldo,

     

    I think the final requirement is the same as that in your old thread. Please check whether my suggestion is helpful to your scenario.

     

    Regards,

    Yuliana Gu

    • ruinaldo's avatar
      ruinaldo
      Helper II

      How can i upload the file storage in my pc to send you?