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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Ruksuro
Helper III
Helper III

Many to Many Measure

Hi Community,

 

I have created a many-many structure in desktop by creating a bridging table which contains only the distinct values of the joining column.

 

I would like to create a measure which does the equivalent of SUMPRODUCT, taking each line in Table 1 and mutliplying by the related value in Table 2. Table 2 will be filtered on the dashboard to resolve the many-many issue.

 

There are over 50 "types" in each table so it must remain a many-many structure (I don't want 50x tables floating about).

 

Any help appreciated, thanks!

 

Harry.

1 ACCEPTED SOLUTION

Hi Tom,

 

The act of producing a simplified model help the solution come to me! 

 

I simply needed:

 

  result measure = SUMX(DISTINCT('Join'[Group]),[Sum Table 1 Pop Measure]*[Sum Probabilities Measure])

 

I'll PM the dropbox link if you are curious.

 

Thanks anyway!

View solution in original post

4 REPLIES 4
TomMartens
Super User
Super User

Hey,

 

can you please provide a sample pbix file and share the link to the file on onedrive or dropbox.

 

Regards 



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Hi Tom,

 

The act of producing a simplified model help the solution come to me! 

 

I simply needed:

 

  result measure = SUMX(DISTINCT('Join'[Group]),[Sum Table 1 Pop Measure]*[Sum Probabilities Measure])

 

I'll PM the dropbox link if you are curious.

 

Thanks anyway!

Perfect, I will have a look tomorrow, because I'm always curious 🙂

 

Please mark your post with the DAX expression as answer, this may also help others.

 

Cheers



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Hi Tom,

 

Will do! But I'll have to do it tonight from my home pc for corporate security reasons.

 

Watch this space!

 

Thanks again 🙂

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon & SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.