Forum Discussion
SAMEPERIODLASTYEAR function no longer working
Has anyone else experienced the SAMEPERIODLASTYEAR function as of the July 2023 PowerBi update no longer functioning in their report?
Hi, Michaelbean21
I have tested it and it works. The DAX Guider you can refer.
SAMEPERIODLASTYEAR function (DAX) - DAX | Microsoft Docs
Or you can try the equivalent formula:
DATEADD(dates, -1, year)Pbix in the end you can refer.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
4 Replies
- IdrissshatilaSuper User
Hello Michaelbean21 ,
did you try to use Previous year function ?
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
- Michaelbean21Advocate II
This function is also not working for me. I have had the SAMEPERIODLASTYEAR measure working for over 6 months now and all of a sudden it started returning null values in my report.
- Greg_DecklerCommunity Champion
Michaelbean21 You may find this helpful - https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000
Also, see if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008I'll have to test whether there is some kind of bug or issue with SAMEPERIODLASTYEAR.
You could check the Issues forum here:
https://community.powerbi.com/t5/Issues/idb-p/Issues
And if it is not there, then you could post it.
If you have Pro account you could try to open a support ticket. If you have a Pro account it is free. Go to https://support.powerbi.com. Scroll down and click "CREATE SUPPORT TICKET". - v-zhangtiCommunity Support
Hi, Michaelbean21
I have tested it and it works. The DAX Guider you can refer.
SAMEPERIODLASTYEAR function (DAX) - DAX | Microsoft Docs
Or you can try the equivalent formula:
DATEADD(dates, -1, year)Pbix in the end you can refer.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.