Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
From all the documentation I have seen, this DAX code should give me the ISO week number for today:
Week = WEEKNUM(Today(), 21)
But this is giving me an error, saying 21 is not the correct parameter type. When it gives me the available options, only 1 and 2 appear:
The documentation here seems to clearly state that 21 is a valid option for return_type:
https://learn.microsoft.com/en-us/dax/weeknum-function-dax
Does anyone know why it will not accept 21 as the parameter?
Solved! Go to Solution.
Hi @MAG_PRG ,
According to research, a similar issue has been reported internally.
I will update here once I get any information.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @MAG_PRG ,
According to research, a similar issue has been reported internally.
I will update here once I get any information.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I have the same issue with my existing WEEKNUM function!
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 20 | |
| 11 |
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 47 | |
| 45 | |
| 35 |