Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I need some M code in order to calculate the number of weeks between to dates, someone could help me how can I handle this issue, also I was able to handle this using DAX but, I need to calculate the total weeks on Power Query side
Thanks
Solved! Go to Solution.
Refer
like
=each Duration.Days([StartDay] - [endday])/7
Perhaps try Date.WeekOfYear([END DAY] - Date.WeekOfYear([START DAY]) + 1
Perhaps try Date.WeekOfYear([END DAY] - Date.WeekOfYear([START DAY]) + 1