Forum Discussion
JeevanMallya
2 years agoResolver II
Filter rows in query editor up to current Week
I have a Table where i doing Fill down Null values for Reported_Cummulative and Closed_Cummulative for All the Future Weeks. But i would like to filter data untill Current Week Rather than doing it ...
- 2 years ago
Hi JeevanMallya
I have created one calculated column in Power Query to dynamic filter
Please update the code as per your requirement= if [WEEK_NUM] > Date.WeekOfYear(DateTime.LocalNow()) then "Greater Than Current Week" else "Less Than Current Week"
If your requirement is solved, please make sure to MARK AS SOLUTION โ๏ธ and help other users find the solution quickly. Please hit the LIKE ๐ button if this comment helps you.
Thanks
Pijush
Linkedin
PijushRoy
2 years agoCommunity Champion
Hi JeevanMallya
I have created one calculated column in Power Query to dynamic filter
Please update the code as per your requirement
= if [WEEK_NUM] > Date.WeekOfYear(DateTime.LocalNow()) then "Greater Than Current Week" else "Less Than Current Week"
If your requirement is solved, please make sure to MARK AS SOLUTION โ๏ธ and help other users find the solution quickly. Please hit the LIKE ๐ button if this comment helps you.
Thanks
Pijush
Linkedin