Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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...
  • amitchandak's avatar
    5 years ago

    Anonymous , Try on date , not on day

     

    WEEKDAY('Shipment Fact'[ODLT])
    WEEKDAY('Shipment Fact'[scheduled_pick_up_from_dt])