Forum Discussion
Anonymous
8 years agoNot applicable
Forecast by month aggregate to year problem
In a Power BI forecast report I would like to make a forecast based on data of previous years These are my steps so far: In 3 base measures I calculate a percentage by period: % Actual Sa...
- 8 years ago
v-chuncz-msft
Community Support
8 years agoAnonymous
8 years agoNot applicable
v-chuncz-msft: Figured it out! Thank you.
It works with an extra measure on top of the Forecast measure
Aggregatable Forecast=
SUMX (
SUMMARIZE ( Transactions, 'Calendar - Transactiondate'[MonthNr] ),
[Forecast]
)