The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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:
Solved! Go to Solution.
hello @maziiw
try adding 21 in your weeknum DAX. as far as i know, 21 equal to ISOWEEKNUM in excel.
Week = WEEKNUM('Table'[Date],21)
hello @maziiw
try adding 21 in your weeknum DAX. as far as i know, 21 equal to ISOWEEKNUM in excel.
Week = WEEKNUM('Table'[Date],21)