Hi, You can create a weekday field in your load script like: Weekday([Your date field]) as weekday, and then you the [weekday] in the below set analysis expression for last 4 weekday average:
=Avg({$<[your date field]={">=$(=Date(Today()-28))<$(=Today())"},weekday={$(=Weekday(Today()))}>}[your measure])