Forum Discussion
RichardJ
6 years agoResponsive Resident
Matching a string to a partial string via a relationship
Hi, Please could anyone advise if what I'm asking is technically possible in PowerBI, and the best approach to meet the requirement. There are two tables: 1) Software Product which contains the...
- Anonymous6 years ago
Hi, I think the best way to solve this is to create an additional table in the model.
SoftwareOrderProducts
OrderID Product 1 Product 7 1 Product 7 2 Product 1 2 Product 7 2 Product 8 2 Product 6 Then you create relationships Order - SoftwareOrderProducts and SoftwareOrderProducts - ProductName.
The comma separated string of products coud be transformed to rows in Power Query.
Best Regards / Ulf
Greg_Deckler
6 years agoCommunity Champion
I believe you would want to use SEARCH or FIND in a column.
Mahyarz
2 years agoRegular Visitor
Sorry, You really did Not get the question!