I've got the below expression and even though I thought I was handling 'NaN' values properly I still get them when I click preview. Does anybody know how to change it, so that NaN values get replaced with 0. Thanks.
=0 + Sum(IIF(IsNothing(Fields!value.Value) = True, 0, Fields!value.Value)) / IIF(Information.IsNothing(Fields!value.Value) = True, 0, CountDistinct(Fields!Introducer.Value))