Forum Discussion

VrowePPA's avatar
VrowePPA
Frequent Visitor
3 years ago
Solved

Create a chart by isolating the multi-select values in the column

I have a field in my table, where in my source data, products are selected from a multi select list of 9 items. eg: Upgrade licences;Training;Technical Service Agreement Upgrade licences;Train...
  • MarkLaf's avatar
    MarkLaf
    3 years ago

    You will have to start building out your model into related dimensions and fact table(s). E.g. here is the Adventure Works model:

    Your particular model will depend on your source data and business rules. If you have or can you create a Bids table where a single product is tagged at the transactional level, then you can use that for your product count and you will most likely want to relate your Bid table to a Product dimension table like shown above. Or does a single row in your transactional data have multiple products associated with it?