I'm trying to create a metrics scorecard combining several data sources to give one overall health score. The issue I'm having is that for several metrics there can be days in which the instance doesn't occur. When this happens I would like my output to show 0 vs an empty row with no data.
I've provided a sample of one of the data sources that I'm working through. In this example I have a [Metric Description] named 'Customers Exceeding Max Overage Charge' by which there is no data matching the criteria and when summarized it is not in my output.
Does anyone know how to show 'Customers Exceeding Max Overage Charge' when summarized as a 0 value?
Thanks in advance