Forum Discussion
Missing Values in Running Total | Animated Running Bar Chart
Hi kbansal,
It is a common problem with running totals when the data is incomplete.
The best thing to do is tidy up the data. Start with a complete date range, from your date dimension ideally, and then merge >> left join the other data onto this. Make sure to replace the null values with zeros where appropriate and then the running totals should calculate as expected.
Hope this helps.
Regards,
Kim
3 Replies
- KNPSuper User
Hi kbansal,
It is a common problem with running totals when the data is incomplete.
The best thing to do is tidy up the data. Start with a complete date range, from your date dimension ideally, and then merge >> left join the other data onto this. Make sure to replace the null values with zeros where appropriate and then the running totals should calculate as expected.
Hope this helps.
Regards,
Kim
- lbendlinSuper User
Please provide sanitized sample data that covers your issue, in usable format (not as a picture - inserting it into a table would be good) and show the expected outcome.
- AnonymousNot applicable
Hi kbansal ,
Does the replies above solve your problem? If it has been solved, please mark the correct reply as the standard answer to help the other members find it more quickly.Thank you very much for your kind cooperation!
Hope it helps,
Community Support Team _ CaitlynIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.