Forum Discussion
ruinaldo
Helper II
8 years agoProblem 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_Mathur
Super 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.
- 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
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
Microsoft Employee
- ruinaldo
Helper II
How can i upload the file storage in my pc to send you?