Forum Discussion
PshemekFLK
4 years agoHelper IV
Incorrect 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
4 years agoCommunity Champion
Simplify it. Get rid of the SUMMARIZE code
- PshemekFLK4 years agoHelper 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])