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.
I'd like help creating a measure that can find the Year on year (YoY) for the 5 values in my matrix table: Count of weeks, sum of recipients, sum of engaged, engagement rate, and sum of revenue.
The data is dynamic so will be added to each week, this means the YoY measure needs to also be dynamic.
This is a copy of my data: https://drive.google.com/file/d/13jZ_9t-XjqM_wdPectPAFbgJpX6Q3g0H/view?usp=sharing
To find YoY, I know I need to write a measure that calculates ((latest week/ year before latest week) - 1). I have written a calculated column, Position that finds the latest week = 1, year before latest week = 2, and else = 0.
How do I write a measure that I can use in my table to find the YoY for all my values? Any help would be appreciated
Solved! Go to Solution.
Hi @Anonymous
You may use these measures:
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi @Anonymous
You may use these measures:
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Thank you so much, I wouldn't have thought of doing it that way. Have a great day!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.