Forum Discussion
Running Total Calculation without date
Hi philbert119 ,
Try this calculated column
Running Total COLUMN =
CALCULATE (
SUM ( 'Table'[Column2] ),
ALLEXCEPT('Table','Table'[Column0]),
'Table'[Column1] <= EARLIER ( 'Table'[Column1]
))
You can check more details from here.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I created the variable but i received an error message for the campaign days column, which is a whole number. It said "A single value for column 'Campaign Days' in table cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifiying an aggregation such as min, max, count or sum to get a single result. I tried to change to text but received the same error.
- Anonymous5 years agoNot applicable
Hi philbert119 ,
Please provide me with more details about your table and your problem or share me with your pbix file from your Onedrive for Business.
Best Regards,
Stephen Tao