Forum Discussion

rhaberkorn4's avatar
rhaberkorn4
New Member
2 years ago
Solved

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...
  • Vijay_A_Verma's avatar
    Vijay_A_Verma
    2 years ago

    Use this for your last step

    = Table.SelectRows(#"Reordered Columns3", each Date.IsInCurrentWeek(Date.AddDays([Day of Week],-1)))