Many to many relationship in tables issue

Alexander32

New Member
Joined
Jun 9, 2013
Messages
2
Hello,


I need to link 2 tables(Sales and ingridients in cards) to each other with many to many relationships.
Basicly, i want to see sales information on sandwitches and amounts of ingridients used to make those sold sandwiches.
It is very hard to explain without showing in the attachment, so i've uploaded a file to rapidshare. here is the link: http://rapidshare.com/files/3387237...g tables with many to many relationships.xlsx


In the attached file i've tried to do so, also created 2 bridge tables, but i cant achive required result. I've read that it can be done by using dax function related, but i cant figure out how.


The data tables are located in list "data", the required result is located in list "sales+ingridients in cards".


Thank you very much for your help.

Sincerely yours,
Alexander.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
You have tables for Ingredients and Sandwiches, and tables for Sales and Receipes. If you want to propagate any filter that applies to Receipes, you can use

[Your Measure] :=
CALCULATE ( YourExpression
, 'Receipes'
)
 
Upvote 0

Forum statistics

Threads
1,223,952
Messages
6,175,596
Members
452,657
Latest member
giadungthienduyen

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top