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
ajay_techbrawn
Frequent Visitor

Material wise Sum and divide with common materials.

Dear Experts,

 

I am in need of a DAX formula for the below mentioned query and screenshot. I have tried in different ways to meet the exact output. Could anyone please help me out of it. 

 

ajay_techbrawn_1-1629094569609.png

 

 

Regards,

Ajay

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@ajay_techbrawn , Try measure like

 

calculate(sum(Table[Actual Amount]) , filter(allselected(Table), Table[plant] = max(Table[plant]) && Table[Mat Group] = max(Table[Mat Group]) ))

 

 

calculate(Average(Table[Actual Amount]) , filter(allselected(Table), Table[plant] = max(Table[plant]) && Table[Mat Group] = max(Table[Mat Group]) ))

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@ajay_techbrawn , Try measure like

 

calculate(sum(Table[Actual Amount]) , filter(allselected(Table), Table[plant] = max(Table[plant]) && Table[Mat Group] = max(Table[Mat Group]) ))

 

 

calculate(Average(Table[Actual Amount]) , filter(allselected(Table), Table[plant] = max(Table[plant]) && Table[Mat Group] = max(Table[Mat Group]) ))

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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