5 Ways to Get the Current Date or Time in Excel
https://www.howtoexcel.org/tutorials/current-date-time/
= Table.AddColumn (#"Added Custom", "Date", each DateTime.Date ([Current DateTime]), type date) This will generate a new column containing only the current date. Power query will automatically generate the above M code with the DateTime.Date function to get only the date.
DA: 69 PA: 62 MOZ Rank: 46