Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

DAX - Week End Date

Hi All, I am creating a date table and I would like a column for the end of week (sunday) for each week. I've tried;   "Week End Date", [Date] - WEEKDAY([Date],2)+7, But you can see it isn't work...