Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
Solved! Go to Solution.
is this what you mean?
https://msdn.microsoft.com/en-us/query-bi/m/date-adddays
Date.AddDays(DateTime.FromText("2011-12-31"), -1)
Proud to be a 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)
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.. 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
78 | |
54 | |
39 | |
35 |
User | Count |
---|---|
102 | |
84 | |
48 | |
48 | |
48 |