Example: When leveraging Modeled Metrics within Reporting Tables which aggregate the current monthly Bill of IT by Application, the metric will return a NULL value (BLANK) if an Application dropped off the bill for a given month (assuming the use of perspectives to ensure the application field is configured to Show all row in time base query).
Issue: Because the Monthly Charges Metric can have a Negative Bill Amount in the case of a Billing Adjustment or Credit, when I sort on the Monthly Charges column in ascending order all the blank values for the Monthly Charge Modeled Metric show up on top when the desired view would place the largest Negative Charges on top.
Work Around: Create a Calculated Metric with the formula =IF(LEN(Monthly Charges)=0),0,Monthly Charges)
Question for discussion: Should the system require this work around or should it automatically display the "disired" zero value (instead of blanks/nulls) ?