The article discusses how to deal with calculated columns in Dynamics 365/Dataverse that have null values. When using calculated columns, if any of the fields used for calculation is null, the calculated column will also show null. To resolve this, a null check can be added to the formula. Another option is to use JavaScript, Business Rules, or additional calculated columns to set the default value to 0 in case of null for the fields being used for calculation. Alternatively, the new Fx Formula Columns can be used instead of calculated columns, as they work properly without the need for a null check. The article provides more details on Fx Formula Columns.
Login now to access my digest by 365.Training