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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
maziiw
Frequent Visitor

ISO Year-Week pick up week numbers wrong

I have a query which shows data per week.

 

IT shows 2024-53 week as ISO week, but 2024 should have 52 ISO weeks. According to the rules, if Thursday is in new Year, then ISO week should start from 1.

 

How can I fix this so that 30/12 and 31/12 goes to ISO week 1?

 

I am getting this:

maziiw_0-1749606973236.png

 

1 ACCEPTED SOLUTION
Irwan
Super User
Super User

hello @maziiw 

 

try adding 21 in your weeknum DAX. as far as i know, 21 equal to ISOWEEKNUM in excel.

Irwan_0-1749609658770.png

Week = WEEKNUM('Table'[Date],21)
 
 
Hope this will help.
Thank you.

View solution in original post

2 REPLIES 2
Rueen1941
New Member

@italian brainrot clicker Good question, handling ISO weeks can be really tricky with year boundaries.

Irwan
Super User
Super User

hello @maziiw 

 

try adding 21 in your weeknum DAX. as far as i know, 21 equal to ISOWEEKNUM in excel.

Irwan_0-1749609658770.png

Week = WEEKNUM('Table'[Date],21)
 
 
Hope this will help.
Thank you.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors