Forum Discussion
fareedice
3 years agoFrequent Visitor
Dynamic weekend date
Hi I have date table with dates from Year 2021 to 2025. I want to create a dynamic measure, whenevr power BI report is opened by a user, then the date should display as last weekending date.....
RobertPaegelow
3 years agoHelper I
Try this instead, Last Friday = CALCULATE( MAX([Date]), FILTER( ALL(Date), [Day of Week] = 6 ), [Date Filter] )
- fareedice3 years agoFrequent Visitor
Thank you for the Reply...In this formula...Last Friday = CALCULATE( MAX([Date]), FILTER( ALL(Date), [Day of Week] = 6 ), [Date Filter] )
the last part [Date Filter] is showing error... Do I have to derive any column? sorry i did not get..
- RobertPaegelow3 years agoHelper I
Okay, that's weird. Could you send me the error message??
- fareedice3 years agoFrequent Visitor