I created an expression from tables. in the formular, I referenced the tables. See below on DailyUsageForecast. I want to take the daily forecast below and multiply it by 7. Must I reference a table? I received an error when I did not. I am not sure what table to reference since it is the same query
DailyUsageForecast([c].[RM_Usage_Percentage])/100*IIf(IsNumeric(.[Forecast]),.[Forecast],0))/.[DaysInMonth]
DailyUsageForecast([c].[RM_Usage_Percentage])/100*IIf(IsNumeric(