If you have a summary table where a row that gets inserted changes over time in such a way that all of its metrics are back to zero or null, can/is that row removed so that you don’t have to filter it out in an interactive report?
For example, consider a summary table where the dimensions are COLOR and ANIMAL and the Metric is QUANTITY there is no pre-existing record for Black Cat. A new transaction results in there being a summary table record for 1 Qty Black Cat, which causes a summary table row for Black Cat to be inserted. But later, a subsequent transaction results in there being 0 Qty Black Cat and instead of having to filter for Qty <> 0, can/is that summary table row be removed so I don’t have to worry about it filtering it out when reporting on this?
CC: @claire.minnaar