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
Pradnya_Haraple
Frequent Visitor

DAX Measure to create a 4 Week Period

Need a help on DAX Measure to create a period based on Week Number.

I want to combine 4 weeks into one period. 

Pradnya_Haraple_0-1680709536829.png

For example :

If Week Number is  1, 2, 3, 3 then a measure should display a period value as 1,

If Week Number is 4, 5, 6, 7 then it should display a period value as 2.

Can this be done with the help of DAX?

 

1 ACCEPTED SOLUTION
vicky_
Super User
Super User

I think you can do something like:
4 Week Period Number = QUOTIENT(WeekNumber, 4)

View solution in original post

2 REPLIES 2
vicky_
Super User
Super User

I think you can do something like:
4 Week Period Number = QUOTIENT(WeekNumber, 4)

Yes, this worked for me.

Thanks for your help

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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.