Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not 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

1 ACCEPTED 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

021002.jpg

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.

View solution in original post

4 REPLIES 4
mohammedadnant
Impactful Individual
Impactful Individual

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

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!! !!

Thanks & Regards,
Mohammed Adnan
Learn Power BI: https://www.youtube.com/c/taik18
Anonymous
Not applicable

hkhan_0-1612549590698.png

 

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

021002.jpg

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.

richbenmintz
Resident Rockstar
Resident Rockstar

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



I hope this helps,
Richard

Did I answer your question? Mark my post as a solution! Kudos Appreciated!

Proud to be a Super User!


Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors