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?
Anonymous
7 years agoNot applicable
Thanks for your reply. I have formed the weeknum column, could you please let me know how you created MyFriday column or attach Pbix file, it will be helpful for me
Regards,
Yuvaraj
- hnguy717 years agoSuper User
MyFriday = CALCULATE(MAX('Table'[Date]), FILTER('Table', 'Table'[Weeknum] = EARLIER('Table'[Weeknum]) && 'Table'[Day] = "Fri"))