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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
biengineer
Helper I
Helper I

Summarize Multiple Columns of Different Tables

Dear All,

 

Hope you all are doing well.

 

I wish to Summarize based on different columns from different tables with Many - Many Relationship.

 

#Mcs = 
Var PorMins =AVERAGE(A[SMV])*SUM(B[Qty])
Var Avlmins = 480*25*0.65
Var Mcs1 = SUMX(SUMMARIZECOLUMNS(B[Art], A[Operation Title], A[Machine Type], "Mcsz", DIVIDE(PorMins, Avlmins)), [Mcsz])
Return
Mcs1

 

I wish to bring required Mcs into the Table B

 

Best Regards.  

3 REPLIES 3
amitchandak
Super User
Super User

@biengineer , you can create a new table in the table be

 

Divide(AVERAGEX(Related(A), A[SMV])* B[Qty], 480*25*0.65)

 

in case you need a custom to join use the table name and filter

refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

 

 

Dear Sir,

 

I could not succeed. May you please help and checkout the file.

 

https://we.tl/t-XAMbWL3KEo 

 

Best Regards.

Sir, Thanks for your help. But it does not sum up to actual value, I surrounded it by Sumx which gives wrong results.

 

#Mcs = DIVIDE(AVERAGEX(RELATEDTABLE(A), A[SMV])*SUM(B[Qty]), 480*25*0.65)

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.