Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Need a help on DAX Measure to create a period based on Week Number.
I want to combine 4 weeks into one period.
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?
Solved! Go to Solution.
I think you can do something like:
4 Week Period Number = QUOTIENT(WeekNumber, 4)
I think you can do something like:
4 Week Period Number = QUOTIENT(WeekNumber, 4)
Yes, this worked for me.
Thanks for your help
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |