The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!