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
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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.