Forum Discussion
ricardobrubaker
8 years agoFrequent Visitor
SUM a Measure
Hello, I have the following dataset: MAPE UNITS = (sales-forecast)/Sales % forecast= Forecast/Sum Forecast WMAPE Units = MAPE UNITS * % FORECAST The issue is that the Total o...
ccakjcrx
Resolver I
8 years agov-jiascu-msft
Microsoft Employee
8 years agoYou are welcome. ccakjcrx,
Hi ricardobrubaker,
That's one more question. You can try this formula for % forecast.
% forecast =
SUM ( Table1[Forecast adjusted] )
/ CALCULATE ( SUM ( Table1[Forecast adjusted] ), ALLSELECTED ( Table1[GAMA] ) )
Best Regards,
Dale