Forum Discussion
Problem with Duplicates
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.
- Ashish_Mathur8 years agoSuper User
Sorry but i do not understand. Show your data and your expected result. Where is suggested formula giving you the incorrect result?
- ruinaldo8 years agoHelper II
Hi,
I have a table of clients movements by month. I don´t need the sum of positive or negative values
I need by month the accumulated values by client. And each month i have client balance positive others negative that i want separate in diferent columns.
Month 1 = positive (650) = acumulated balance of clients 211000500 (500) and 211000700 (150)
Month 2 = positive (350) = acumulated balance of clients 211000500 (200) and 211000700 (150).
negative = acumulated balance of client 211000600 (-100)
.......
......
- Ashish_Mathur8 years agoSuper User
Hi,
Share the link from where i can download your file.