Forum Discussion
rhaberkorn4
2 years agoNew Member
Filer Day.IsInCurrentWeek to start on Monday
Hello, I am trying to crete a simple spread sheet using and ODBC connection and Power querry. I data dump the ODBC connection into excel and then use that table in Power querry. There is a D...
- 2 years ago
Use this for your last step
= Table.SelectRows(#"Reordered Columns3", each Date.IsInCurrentWeek(Date.AddDays([Day of Week],-1)))
Vijay_A_Verma
2 years agoMost Valuable Professional
Go to UI - Click on Filtered Rows1 in right pane - In Formula bar, delete everything and copy my code..
rhaberkorn4
2 years agoNew Member
THANK YOU! I am sorry if this was very frustrating. I really apprecieate your help. This worked.
Thank you thank you thank you!