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 Values from Different Table within either of Table - File Attached

Dear All,

 

Hope you all are doing well.

 

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

 

Download pbix:

https://we.tl/t-XAMbWL3KEo  

 

 

biengineer_0-1672289690014.png

 

Best Regards.

 

1 ACCEPTED SOLUTION
v-tangjie-msft
Community Support
Community Support

Hi @biengineer ,

 

According to your description, here are my steps you can follow as a solution.

(1) My test data is the same as yours.

(2) We can create a table.

 

Table =
GENERATE (
    SUMMARIZE ( 'A', 'A'[Machine Name], 'A'[Operation], 'A'[Time] ),
    SELECTCOLUMNS (
        RELATEDTABLE ( 'B' ),
        "Item", 'B'[Item],
        "Mcss", 'B'[Mcss],
        "Quantity", 'B'[Quantity]
    )
)

 

(3) Then the result is as follows.

vtangjiemsft_0-1672381467717.png

 

Please refer to the following document for more information.

 Summarizing values from different tables - Microsoft Power BI Community

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

View solution in original post

3 REPLIES 3
v-tangjie-msft
Community Support
Community Support

Hi @biengineer ,

 

According to your description, here are my steps you can follow as a solution.

(1) My test data is the same as yours.

(2) We can create a table.

 

Table =
GENERATE (
    SUMMARIZE ( 'A', 'A'[Machine Name], 'A'[Operation], 'A'[Time] ),
    SELECTCOLUMNS (
        RELATEDTABLE ( 'B' ),
        "Item", 'B'[Item],
        "Mcss", 'B'[Mcss],
        "Quantity", 'B'[Quantity]
    )
)

 

(3) Then the result is as follows.

vtangjiemsft_0-1672381467717.png

 

Please refer to the following document for more information.

 Summarizing values from different tables - Microsoft Power BI Community

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

Anonymous
Not applicable

Hi @v-tangjie-msft , 

In your answer, is it possible to insert excluding filters?

I mean, using your answer as an example, is it possible to exclude when the column "item" from related "b" is different than null, or "J", etc...

Example:

Table =
GENERATE (
    SUMMARIZE ( 'A', 'A'[Machine Name], 'A'[Operation], 'A'[Time] ),
    SELECTCOLUMNS (
        RELATEDTABLE ( 'B' ),
        "Item", IF('B'[Item] <> NULL),
        "Mcss", 'B'[Mcss],
        "Quantity",'B'[Quantity]
    )
)

 

MFelix
Super User
Super User

Hi @biengineer ,

 

What is the final result you want to achieve? Can you share how the calculation shoud be handle? Can you pledase give some more insights.

 

Has a good start for the many to many check this video


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



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.