Forum Discussion
Anonymous
4 years agoNot applicable
Calculate differences with reset every year
Hi, I need some inputs on how to calculate the differences on a calculated running total matrix with a restart every year. First step was to calculate the running totals which I have complete...
- 4 years ago
Hi Anonymous,
You may create a Measure.
Separate Year= CALCULATE([Vacancy, HC (Increase)] ,FILTER(Resources, VALUES(Resources[EarliestAvailable].Year)))If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let me know. Thanks a lot!
Best Regards,
Community Support Team _ Caiyun
v-cazheng-msft
Community Support
4 years agoHi Anonymous,
You may create a Measure.
Separate Year= CALCULATE([Vacancy, HC (Increase)] ,FILTER(Resources, VALUES(Resources[EarliestAvailable].Year)))
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let me know. Thanks a lot!
Best Regards,
Community Support Team _ Caiyun