Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Data Mapping

I have 2 different datasets with bunch of records. Table 1: Items, Item Received Quantity, Vendor Table 2: Items, Item Defect Quantity, Vendor   Expectation is to get table (visualization) for Ve...
  • v-lili6-msft's avatar
    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