Forum Discussion
dealing with multiple choice metadata
I have a table with multiple meta-columns having multiple choice. How an I extract this meta data an connect the tables?
meta 1:
owner:
jack
paul
meta 2:
red
green
I can make a table, but how to make a one to many relation?
I could also enlarge the data table, but then nothing makes sense:
3 Replies
- AnonymousNot applicable
*kick*
- AnonymousNot applicable
Hi Anonymous ,
Not sure what the real model looks like. Try creating multiple tables with value functions and create a relationship with the original table. Take your datasheet as an example.
New table.
Table_Owner = VALUES('Table'[Owner])Relationship.
Slicer work.
Attached PBIX file for reference.
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
- AnonymousNot applicable
Thanks for the effort! However, in the solution Risk 1 shows up multiple times.
I want something just like a webshop. An item can have both the colour green and red. So if you filter on colour "green" of on colour "red", in both cases the item should show up and just once.