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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
jorge_mejia
New Member

Manipulating Measures by Different Cuts

Hello Power BI Community,

 

 

I am trying to calculate the Average Sales Price (ASP) for each material in my database. The database is basically thousands of single purchasing transactions:

database.PNG

 

 

I have created a measure (ASP) using two other measures (total sales and total quantity). I can put this measure with account names in a table and it will summarize and show me the Average Sales Price for that material.

ASP Formula.PNG

ASP by Material.PNG

I can also do the same thing and add Account Name and my table will now tell me the Average Sales Price for a material by a specific Account Name:

ASP by Account Name.PNG

 

What I want to do is be able to divide the ASP shown in the first table (by material) with the one in the second table (by Account Name) in order to see whether the Account pays higher or lower than the average. 

 

Does anyone have any idea on how to do this? Thank you so much in advance !

 

Best,

Jorge

 

1 ACCEPTED SOLUTION
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @jorge_mejia,

Please create a measure using the similar formulas.

Average=CALCULATE(AVERAGE(Table[Sales Price]),ALLEXCEPT(Table,Table[material]))


I test using my sample table.

1.PNG

Create a measure using the formula using the formula below and get expected result.

Average = CALCULATE(AVERAGE(Table1[value]),ALLEXCEPT(Table1,Table1[Material]))

2.PNG

Best Regards,
Amgelia


View solution in original post

1 REPLY 1
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @jorge_mejia,

Please create a measure using the similar formulas.

Average=CALCULATE(AVERAGE(Table[Sales Price]),ALLEXCEPT(Table,Table[material]))


I test using my sample table.

1.PNG

Create a measure using the formula using the formula below and get expected result.

Average = CALCULATE(AVERAGE(Table1[value]),ALLEXCEPT(Table1,Table1[Material]))

2.PNG

Best Regards,
Amgelia


Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.