Forum Discussion
Redlad1291
7 years agoRegular Visitor
Automatically setting todays date in query
Hi, I currently have a table set up with a query where the date has to be changed manually every month i update it, What i want to do is get this to manually adjust everytime i refresh the data. ...
- 7 years ago
I believe what you want is:
= Table.AddColumn(#"Expanded Period Table", "Custom", each DateTime.LocalNow() )
Greg_Deckler
7 years agoCommunity Champion
I believe what you want is:
= Table.AddColumn(#"Expanded Period Table", "Custom", each DateTime.LocalNow() )