Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi, I'm trying to apply a sameperiolastyear function but is not working, this is my DAX:
Solved! Go to Solution.
Hi @JEM_Systems ,
I suggest you to create a calendar table with continuous date by CALENDAR()/CALENDARAUTO() function.
Calendar = ADDCOLUMNS(CALENDARAUTO(),"Year",YEAR([Date]))
Measure:
LY Sales = CALCULATE(SUM('Table'[Sales]),SAMEPERIODLASTYEAR('Calendar'[Date]))
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @JEM_Systems - we would need a lot more info than that. How specifically is it not working? What kind of error does it return? Providing screenshots would help
Hi @JEM_Systems ,
I suggest you to create a calendar table with continuous date by CALENDAR()/CALENDARAUTO() function.
Calendar = ADDCOLUMNS(CALENDARAUTO(),"Year",YEAR([Date]))
Measure:
LY Sales = CALCULATE(SUM('Table'[Sales]),SAMEPERIODLASTYEAR('Calendar'[Date]))
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |