Forum Discussion
PshemekFLK
Helper IV
4 years agoIncorrect Total
I'm running into a problem with incorrect totals in my measure despite using a SUMMARIZE formula which based on articles online should fix the issue. "Forecast Sum" = Forecast on the product fami...
- 4 years ago
Simplify it. Get rid of the SUMMARIZE code
HotChilli
Community Champion
4 years agoSimplify it. Get rid of the SUMMARIZE code
- PshemekFLK4 years ago
Helper IV
HotChilli it worked! many thanks for help!
Correct formula:
Forecast Split by Item = SUMX(VALUES(dim_product[Item No]),Forecast[Forecast Sum]*Bookings[Item Allocation])