Forum Discussion
Anonymous
5 years agoNot applicable
How to aggregate weekly data into monthly
Hello, I have two data sources, one is monthly and the other is weekly. I want to aggregate teh weekly one into monthly. Can anyone help me achieve that. Thanks
- 5 years ago
Hi Anonymous
Add a calculated column like below to get the first date of each month and change its data type to Date.
StartOfMonth = EOMONTH([Date],-1)+1Kindly let me know if this helps.
Community Support Team _ Jing Zhang
If this post helps, please consider Accept it as the solution to help other members find it.
Anonymous
5 years agoNot applicable
i just want to aggregate this weekly data into monthly. For instance 1967-01-01 and the aggregate of four week and 1967-02-01 and then the aggregate of its four weeks.
v-jingzhang
5 years agoCommunity Support
Hi Anonymous
Add a calculated column like below to get the first date of each month and change its data type to Date.
StartOfMonth = EOMONTH([Date],-1)+1Kindly let me know if this helps.
Community Support Team _ Jing Zhang
If this post helps, please consider Accept it as the solution to help other members find it.