Forum Discussion
Anonymous
7 years agoNot applicable
Dates!!
Hi, Below is the table I'm working on, to which I'm to add another column that will display the Friday's date of the week in all its rows. Date Day 12/5/2019 Sun 13/...
- 7 years ago
MyFriday = CALCULATE(MAX('Table'[Date]), FILTER('Table', 'Table'[Weeknum] = EARLIER('Table'[Weeknum]) && 'Table'[Day] = "Fri"))
hnguy71
7 years agoSuper User
Is this the result you are expecting?