cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
MattN4
Helper I
Helper I

Compare YoY by weeknumber

Hi,

 

I've searched online but cannot find an answer.

 

We measure sales by week. In table 1 I simply have date, sales. In table 2 date and week number. I created a YoY calc by date with no issue using SAMEPERIODLASTYEAR, all worked fine. But of course I am now comparing a Monday with a Sunday or similar. When I remove the date from the visual I get an error as it expects a date and week number is not a date.

 

There does not seem to be a way to do a YoY for week number.

 

Thanks,

 

Matt

2 REPLIES 2
CheenuSing
Community Champion
Community Champion

Hi @MattN4

 

Please check out the thread wherein I have posted an alternative.

 

http://community.powerbi.com/t5/Desktop/Last-Year-This-Same-Week/m-p/164718#M71882

 

You mat find an answer.

 

Cheers

 

CheenuSing

Did I answer your question? Mark my post as a solution and also give KUDOS !

Proud to be a Datanaut!
v-yuezhe-msft
Microsoft
Microsoft

@MattN4,

Create the following columns in your table. Then create visual using YearWeek and your YOY measure.

Year = YEAR(Table[Date])
YearWeek = 'Table'[Year]&'Table'[WeekNumber]

There is also a blog about calculating YOY based on week number for your reference.
https://www.sqlbi.com/articles/week-based-time-intelligence-in-dax/

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors