I need help adding onto my SSRS Expression. If the value is zero, i am getting nothing returned to the report. I believe I need to call IsNothing and return a 0; however, I am not getting too lucky on the syntax. Can I get a hand?
=Avg(IIF(Fields!NextService.Value = "Substance Abuse", Fields!DaysToNextService.Value, NOTHING))