Forum Discussion
ruinaldo
8 years agoHelper II
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
- Ashish_MathurSuper User
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.
- ruinaldoHelper IIThanks for your help. But i need in diferent columns the result in month 2 positive =650 and negative = -400
- Ashish_MathurSuper 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-msftMicrosoft Employee
- ruinaldoHelper II
How can i upload the file storage in my pc to send you?