Forum Discussion
Datanik
3 years agoFrequent 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 As a result, I want to see on a graph how many unclosed tasks I had in eac...
pratyashasamal
3 years agoMemorable 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
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