Forum Discussion
Data Mapping
- 7 years ago
hi, Anonymous
For your requirement, you'd better create a data model as below:
Create two fact tables that a distinct list of vendor and a distinct list of item.
Then relationship like this:
Then when you create report, use Vendor and Item from Vendor table and Item table.
Best Regards,
Lin
Hi, Thanks for looking into this. This is really cool :)
I tried this logic and seems working. However, I am not get failure rate from this relationship.
Failure Rate = item defect qty / item received qty
Can you please help me?
hi, Anonymous
This measure should be this:
Failure Rate = SUM( Table2 [item defect qty]) /SUM( Table1 [item received qty])
Then when you create report, use Vendor and Item from Vendor table and Item table.
If it is not your case, please share your simple pbix file and expected output . You can upload it to OneDrive and post the link here. Do mask sensitive data before uploading.
Best Regards,
Lin