Forum Discussion
Weekly YOY Growth With One Day Per Week
Create a 364 days behind measure
364 days behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-364,day))and take change % from the current measure. This will work fine as long as you group complete weeks
Hope you had date table and the report you have shown are matrix not measures created
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s.
Refer
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges
Connect on Linkedin
I actually do have this formula. But It doesn't work because of the 53rd week of the year. If I chart it, it goes like this
| Growth | 12/30/2006 |
| Item A | -100% |
| Item B | -100% |
Instead of this
| Growth | 12/30/2006 |
| Item A | 10% |
| Item B | 96% |