Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
Solved! Go to Solution.
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)+1
Kindly 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.
Hi @Anonymous
Good day,
Try adding a new calcualted column which gives you only Month & Year
MonthYear = Format(column1, "MMM-yyyy")
Now you can display the result by Month, hope this helps.
Thanks & Regards,
Mohammed Adnan
https://www.youtube.com/c/taik18
Learn about Power BI
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.
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)+1
Kindly 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.
Hi @Anonymous ,
Do you have a date table that define a 4-4-5, style calendar? If not then weeks will span months? I guess you can use a date dimension that defines all the sttributes of the date that you need and join that to your fact
Make Sense
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
81 | |
52 | |
39 | |
35 |
User | Count |
---|---|
95 | |
79 | |
52 | |
49 | |
47 |