The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
181 | |
82 | |
63 | |
47 | |
43 |