Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Datanik
Frequent Visitor

power query quest

Please help with a difficult power query problem

I have a table with a start date and an end date for the task

 

2023-06-05_16-25-54.png

 

As a result, I want to see on a graph how many unclosed tasks I had in each week

 

2023-06-05_16-28-41.png

 

I need to make a table like this in the power query. 

 

2023-06-05_16-30-14.png

 

Please ask the power query gurus to help me.

1 REPLY 1
pratyashasamal
Memorable Member
Memorable Member

Hi @Datanik ,
You can simply use Weeknum function. For Example :-

= WEEKNUM('Employees'[HireDate])
https://learn.microsoft.com/en-us/dax/weeknum-function-dax
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors