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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
Employee
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
Employee
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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.