Reputation: 397
I have a power bi report with a line chart that has a field called 'EventDate'
I need to add a filter on to this report to say 'only get me the days where the EventDate matches this week number'
I don't want to display the last 7 days as a relative filter.
I need to do it by this week.
Can anyone help
Upvotes: 1
Views: 12823
Reputation: 40244
You can use the week in the relative date filtering and it returns the dates associated with the current week number rather than the last 7 days.
Upvotes: 3