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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello all,
I wonder why my SPLY doesnt work when user select one month. For example, when user select March, I want to see the actual amount vs last year amount (march). but the value showed is blank. I am so confused.
Here is my SPLY measure =
Solved! Go to Solution.
It's okay all, maybe there is error with my measure. I changed to this and it works:
It's okay all, maybe there is error with my measure. I changed to this and it works:
@kilala , Make sure date table is marked and date table and and date table has all required joins
this measure should work, assuming [Actual Amount] is a measure
Amount SPLY =
CALCULATE([Actual Amount], SAMEPERIODLASTYEAR(vw_DimDate[Date]))
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...