I have some Powerpivot tables with calculated fields doing simple things like SUM... if my source table happens to be empty on refresh, I get an error message that SUM takes an argument of numbers and cannot evaluate a String. Is there something I can add to my formula to catch this? I tried wrapping it in IFERROR but it still doesn't help.