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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
davehus
Memorable Member
Memorable Member

Filter date table to Yesterday

Hi, I have a date table that I always want to filter to yesterday on a refresh. How to I adjust the M code to make this happen?

 

= Table.SelectRows(#"Changed Type2", each [DateKey] <= #date(2018, 4, 10))

 

Many thanks in advance.

1 ACCEPTED SOLUTION
vanessafvg
Super User
Super User

is this what you mean?

 

https://msdn.microsoft.com/en-us/query-bi/m/date-adddays

 

Date.AddDays(DateTime.FromText("2011-12-31"), -1)





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
vanessafvg
Super User
Super User

is this what you mean?

 

https://msdn.microsoft.com/en-us/query-bi/m/date-adddays

 

Date.AddDays(DateTime.FromText("2011-12-31"), -1)





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Thank you, it was close to what I wanted. I ended it with

 

= Table.SelectRows(#"Changed Type2", each [DateKey] < DateTime.Date(DateTime.LocalNow()))

 

And it did the trick.. 🙂 

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.