Forum Discussion

bharri's avatar
bharri
Frequent Visitor
5 years ago
Solved

This Week vs Prior Week Daily Change

Hi everyone,

 

I want to create a line and clustered column chart with the following data:
Shared axis = Day (Monday through Sunday)
Column values = This Week and Prior Week

Line values = % Change (day this week vs same day last week)

 

The measures need to be able to handle a new year, e.g. if CurrentWeekNum = 1, PriorWeek = Max(Calendar[WeekNum]) && Year = CurrentYear - 1. My report currently has a calendar table with DayNum, WeekNum, etc. to handle this.

 

Here's an example of what I'm looking for in table form:

Any help would be greatly appreciated. Thank you!

2 Replies