Forum Discussion
PeterL1
Helper I
8 years agoDifficulty with SAMEPERIODLASTYEAR
Hi, To try and minimize the amount of data from my database import to Power Bi, i have summarized my sales data to week numbers and years (this is how we analyse reports anyways and not by days)...
- 8 years ago
Hi,
You can generate Start of week or End of week date and use SAMEPERIODLASTYEAR with that date. Please note that you need to create Date table to be able to use SAMEPERIODLASTYEAR and other Time Intelligence functions.
RolandsP
Resolver IV
8 years agoHi,
You can generate Start of week or End of week date and use SAMEPERIODLASTYEAR with that date. Please note that you need to create Date table to be able to use SAMEPERIODLASTYEAR and other Time Intelligence functions.
PeterL1
Helper I
8 years agoYeah seems to be as easy as that, thanks for the help.