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 the formula below in Alteryx and I need to translate into Power query. Any help would be greatly appreciated.
Past events and events taking place within (2) weeks from today:
DATETIMEPARSE([Start Date], "%Y-%m-%d") <= DATETIMEADD(DATETIMENOW(), +14, "days")
Thank you.
Solved! Go to Solution.
Hi @Marcegon ,
I'm not 100% on what the Alteryx DATETIMEPARSE function is doing, but I'm thinking something like this in Power Query will do what you're after:
DateTime.From([Start Date]) <= Date.AddDays(DateTime.LocalNow(), 14)
Pete
Proud to be a Datanaut!
Hi @Marcegon ,
I'm not 100% on what the Alteryx DATETIMEPARSE function is doing, but I'm thinking something like this in Power Query will do what you're after:
DateTime.From([Start Date]) <= Date.AddDays(DateTime.LocalNow(), 14)
Pete
Proud to be a Datanaut!
It worked! Thank you so much 🙂
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 |
---|---|
27 | |
26 | |
23 | |
12 | |
10 |
User | Count |
---|---|
25 | |
21 | |
19 | |
19 | |
11 |