Hi I am building a module report and kept having a roadblock with circular referencing. Please what is a better workaround on this. I have tried to split the formulas into separate line items but kept getting circular reference.
a. Referencing Modules
b. Data source for Revenue
The build is below:-
1. Here is the module
2. Dimensions
3. Calculation
Day Count = 'clc06_Day Type by Month'.No of Days
Revenue = IF Actuals THEN 'dat00_HomePhoneUsage'.Revenue ELSE Day Count * Revenue Per Day
Revenue Per Day = IF Actuals THEN Revenue / Day Count ELSE PREVIOUS(Revenue Per Day * (1 + % MoM Change)
(Summary method type)
% MoM Change = IF Actuals Revenue Per Day / PREVIOUS(Revenue Per Day) ELSE 0
(Summary method type)
NOTE: % MoM Change line item (Formula Scope) will be applied so that the formula applies to Actuals only and Forecast is Input.