Forum Discussion
Missing Values in Running Total | Animated Running Bar Chart
- 4 years ago
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
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