This is the easiest and best, I think
=Switch( Fields!Days.Value/Sum(Fields!Days.Value, "Date_month_name") = "NaN",Nothing, Fields!Days.Value/Sum(Fields!Days.Value, "Date_month_name") = "Infinity",Nothing, Fields!Days.Value/Sum(Fields!Days.Value, "Date_month_name") = "-Infinity",Nothing )
You can also put 0 instead of nothing.
Aditya
source share