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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
Really struggling with something that I've been at for the past few days.
I have a measure that distributes values between a start date and end date for each month
I also have a similar query that looks at a different table to get the previous years values
Both measures work and return the correct data, but I have a disconnected date table and really struggling to compare current year v previous year on a clustered chart
The value for Dec 2022 needs to shift one year forward to Dec 2023, so that I can compare.
I would really appreciate any help with this. Link to report attached.
Hi,
This approach would solve the problem but would bloat the table.
Total = sum('Final table'[Total_value_usd])
Total in PY = calculate([total],previousyear(calendar[date]))
Hope this helps.
Thanks, will try this later and feedback
Thank you, taking the time to see if this will work for me
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.