Forum Discussion
Raul
Post Patron
8 years agoRunning total
Hello everybody, I have a CALENDAR table in my data model. I have too two more tables: WAREHOUSES and TARGETS: ID WAREHOUSE A Warehouse1 B Warehouse2 C Warehouse3 YEAR WA...
- 8 years ago
In looking at your data layout and calculation, I would create a MONTH column in your Calendar table and do something like:
Measure = MonthTarget * AVERAGE(Calendar[Month])
Greg_Deckler
Community Champion
8 years agoIn looking at your data layout and calculation, I would create a MONTH column in your Calendar table and do something like:
Measure = MonthTarget * AVERAGE(Calendar[Month])
Raul
Post Patron
8 years agoGreat!!! It works perfectly.
Thank you very much Greg_Deckler
- Greg_Deckler8 years ago
Community Champion
Happy to help! :)