• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How do I specify todays date which updates upon refresh?

Lawro

New Member
Hi

I have added an additional column to compare another columns date for SLA purposes. How do I use Excel's equivalent of today() in power query?

= Table.AddColumn(#"Removed Columns", "SLA status", each if [Task Due By Date] < #datetime(2023, 5, 9, 0, 0, 0) then "Overdue" else "Ongoing")

TIA
 
Back
Top