Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
nwikeann
New Member

Calculating YoY% Change for data in matrix. SAMEPERIODLASTYEAR returning blanks.

Hi,

 

I have a dataset that contains Sales Volume for different products in different states in 2022 and 2023.DatasetDataset

 

My goal is to have a matrix like the one below, that drills down into State and further down into Product_Type level. I'm trying to include a measure that shows the difference between both years as well as the YOY% change. I tried to use the SAMEPERIODLASTYEAR function but it kept returning blanks. Probably because of the multiple layers/categories to the dataset. Not sure about my theory but I'd appreciate any help or suggestions. I'v also included the link to the pbi file below. Thanks very much!

MatrixMatrix

 

https://1drv.ms/u/s!AuXtC81FzaRkm1cCKrxy01IRzbzl?e=PI4gni

3 REPLIES 3
parry2k
Super User
Super User

@nwikeann seems like you are adding it as a column not a measure, it should be a measure



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

parry2k
Super User
Super User

@nwikeann 

As a best practice, add a date dimension in your model and use it for time intelligence calculations. Once the date dimension is added, mark it as a date table on table tools. Check the related videos on my YT channel

 

Add Date Dimension
Importance of Date Dimension
Mark date dimension as a date table - why and how?
Time Intelligence Playlist

 

Explore SAMEPERIODLASTYEAR & PARALLELPERIOD Time Intelligence functions? Are they same? - Part 5 - Y...



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Thanks for your response @parry2k. I created a date table (CALENDAR) and tried to calculate the sales volume for the previous year using the following function

 

Sales Volume PY = calculate(sum(Sheet1[Sales Volume CY]),sameperiodlastyear('CALENDAR'[Date]))

 

but I'm getting the same value as the current year. Any alternative function? Thanks!Screenshot 2023-10-04 145422.jpg

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors