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
- I got it. Date.DayOfWeek(DateTime.LocalNow()) Thank you
2 Replies
- arvindsingh802Community Champion
Hello Justair07,
Use WeekDay =Date.DayOfWeek(DateTime.LocalNow())
- Justair07Resolver II got it. Date.DayOfWeek(DateTime.LocalNow()) Thank you