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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
This is my original form sheet1
date quantity
2017/1/1 1
2017/1/2 1
2017/1/3 1
2017/3/25 1
2018/3/5 1
then i use calendar(FIRSTDATE('Sheet1)'[date]),LASTDATE('(Sheet1)'[date]))) to create a table, it has dates from 2017/1/1 to 2018/3/5
create a function
last year=CALCULATE(SUM('Sheet1'[quantity]),SAMEPERIODLASTYEAR('表'[Date]))
for 2018,why it shows 4?
the max day is 2018/3/5,Its previous year's date is 2017/3/5 ,sameperiodlastyear should return dates before,it should return 2017/1/1,2017/1/2,2017/1/3
why the result is 4?not 3?
Solved! Go to Solution.
Hii @toziu
In your scenario, you used the sameperiodlastyear function to calculate the quantity of the whole previous year, 2017.
sameperiodlastyear - It does not consider the date; it only considers the whole year.
Thank you
Hii @toziu
In your scenario, you used the sameperiodlastyear function to calculate the quantity of the whole previous year, 2017.
sameperiodlastyear - It does not consider the date; it only considers the whole year.
Thank you
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 63 | |
| 51 | |
| 41 | |
| 23 | |
| 18 |
| User | Count |
|---|---|
| 130 | |
| 111 | |
| 48 | |
| 30 | |
| 28 |