Forum Discussion
Justair07
7 years agoResolver I
Syntax for Custom Column to Show Current WeekDay Number
Hi, Can someone please tell me how I can make a custom column in the Query Editor? Here is what I tried with error that WEEKDAY not recognized. =WEEKDAY(TODAY(),2) Thank you, - Justin...
- 7 years agoI got it. Date.DayOfWeek(DateTime.LocalNow()) Thank you
arvindsingh802
7 years agoCommunity Champion
Hello Justair07,
Use WeekDay =Date.DayOfWeek(DateTime.LocalNow())