Forum Discussion
Anonymous
5 years agoNot applicable
Weekday Function Problem
I am having an issue with my weekday function. The logic i am using is below but its not calculating the right number for the day of the week. For example I have the date 4/28/21 which should be a we...
- 5 years ago
Anonymous , Try on date , not on day
WEEKDAY('Shipment Fact'[ODLT])
WEEKDAY('Shipment Fact'[scheduled_pick_up_from_dt])
amitchandak
5 years agoSuper User
Anonymous , Try on date , not on day
WEEKDAY('Shipment Fact'[ODLT])
WEEKDAY('Shipment Fact'[scheduled_pick_up_from_dt])
- Anonymous5 years agoNot applicable
that did it. thank you!