Sparse function in MDA for nulls
We're running into an issue with reports of usage data, where if there is no data for a given customer for a week, that week is just skipped in the report, condensing the X axis and making trend lines inaccurate. In order to remedy this, we're starting to write 0s into the MDA for any data points that are null, which exponentially increases the amount of data we're writing. It would be nice to have a "sparse" function that treats nulls as 0s for reporting purposes.