Forum Discussion

ddeutschman's avatar
ddeutschman
Helper I
9 years ago

Getting an exception when creating a custom column

  I am getting the following exception when attempting to create a Custom Column with the formula:   YTDCosts = CALCULATE(sum(udService_Costs[ActualCost]), YEAR(udService_Sales[Mth])=2017)     ...