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.
Please help with a difficult power query problem
I have a table with a start date and an end date for the task
As a result, I want to see on a graph how many unclosed tasks I had in each week
I need to make a table like this in the power query.
Please ask the power query gurus to help me.
Hi @Datanik ,
You can simply use Weeknum function. For Example :-
= WEEKNUM('Employees'[HireDate])
Proud to be a Super User!