Forum Discussion
CraigMFuso
6 years agoFrequent Visitor
Cumulative Budget Error
Hi all. I am trying to calculate a cumulative budget however my result is not correct. I have a budget allocation measure which is returning the correct result. I have then crea...
- 6 years ago
Hi CraigMFuso ,
Have you tried to split the measure of Cumulative Budgets?
Measure = VAR __Table = SUMMARIZE ( 'Calendar', 'Calendar'[Date], "Budgets", [Budget Allocation] ) RETURN SUMX ( __Table, [Budgets] )Cumulative Budgets = CALCULATE ( [Measure], FILTER ( ALL( 'Calendar' ), 'Calendar'[Date] <= MAX ( 'Calendar'[Date] ) ) )Because of the measure of Total Dealer Budgets, I can't reproduce your problem. If the formulas above can't work, can you please share the formula of Total Dealer Budgets?
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.