Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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)
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
49 | |
42 | |
39 | |
38 |