Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I need some help with SAMEPERIODLASTYEAR. I have a simple report that displays a date, Job Code Group, Count of terminations, and count of terminations for the same period of the prior year. The definitions of the termination measures is as follows:
Terminations = SUM ( TERMS_fact_PSEmployee[Termed] )
PriorYearTerms = CALCULATE(sum(agg_PSEmployee[Termed]),SAMEPERIODLASTYEAR(dim_Time[PeriodDate]))
This all seems to work as expected as shown below:
I run in to problems when I try to display the data in a different time frame, such as fiscal year. The totals show up fine, but the detail fro PriorYearTerms are missing:
I assume this is caused by the use of SAMEPERIODLASTYEAR? Is there some sort of workaround for this? What am I missing here?
A little background information, we are using direct query and the dates come from a time (date) dimension table. This is actaully a simplified version of the problem I am trying to solve. I didn't want to muddy the waters with more complex measures.
Thanks in advance for any assistance.
Hi @SGT,
Could you please post a sample in text mode? (pbix file will be better).
1. Why are there two tables while you compare the same field? TERMS_fact_PSEmployee and agg_PSEmployee.
2. Are the "PeriodDate" and "FiscalYear" from the same table dim_Time?
3. What are the relationships?
Best Regards!
Dale
Um, the detail is missing from the first image as well?
I would assume that what is going on is that there is some kind of context issue going on here. For some reason, putting FiscalYear into the table/matrix is causing your PeriodDate column to get filtered down to nothing or something that is not correct. You might be able to correct it by adding something like an ALL or ALLEXCEPT clause to your calculation but I'd have to see your data to really try to figure out what is going wrong.
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 |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 96 | |
| 83 | |
| 36 | |
| 30 | |
| 25 |