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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Average of Measure in YOY %Change

Hello!
I am trying to develop a couple of measures to calculate the YOY %change for multiple properties. The formulas work great for each individual property, but when I select two or all the properties the sum or average of the measures is not correct. I know the measure does not work well in this condition.

Does anyone know if I can modify my formulas and get better results?

 

TotalNetChange = SUM('Table'[Value])
TotalNetChangeLY = CALCULATE([TotalNetChange],SAMEPERIODLASTYEAR('Calendar'[Date]))
% Change = IF(ISBLANK([TotalNetChangeLY]),BLANK(),(((DIVIDE([TotalNetChange],[TotalNetChangeLY])-1))))
 
I would like to see an average %change when I select 2 or more properties.
 
Capture.JPG
 
1 ACCEPTED SOLUTION

Hi,

You may download my PBI file from here.

Hope this helps.

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

5 REPLIES 5
Ashish_Mathur
Super User
Super User

Hi,

Share the download link of the PBI file and show the expected result very clearly.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Thank you so much Ashish!
I attached the Power BI and sample spreadsheet. 

I explained what I want in the Power BI file.

 

Thank you so much for your help!

 

https://drive.google.com/drive/folders/1dEr4EEQkAJjgPagql9ozLJs8Ni6SbTy6?usp=share_link 

Hi,

You may download my PBI file from here.

Hope this helps.

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Thank you so much Ashish!
It works now!

You are welcome.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.