Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
RichardJ
Responsive Resident
Responsive 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 field 'Product Name'

2) Software Order which contains the field 'Products'

 

I've created a relationship which matches the Products to the Product Name as shown.

 

ProductsProduct Name
Product 7,Product 1 
Product 1,Product 7,Product 8,Product 1,Product 6 
Product 1,Product 7,Product 2 
Product 1,Product 2 
Product 1Product 1
Product 2,Product 7,Product 8 
Product 2,Product 1,Product 8 
Product 2Product 2
Product 3Product 3
Product 4,Product 5,Product 6 
Product 4Product 4
Product 5,Product 4,Product 3,Product 1 
Product 5,Product 4 
Product 5,Product 6,Product 7,Product 3,Product 1 
Product 2,Product 5,Product 3,Product 4 
Product 5,Product 6 
Product 5Product 5
Product 6,Product 5,Product 1,Product 4 
Product 6Product 6

 

When the fields are shown in a table within a report. As expected, only identical matches in both columns return a value in the 'Product Name' column.

 

My question is to ask if it's possible to create a relationship from the Software Product[Product Name] field to the Software Orders[Products] field where the Product Name is found within the Products.

 

That is, I would like to be able to click on a Product Name and filter which Orders that Product was contained within.

I'd prefer to do this via the creation of a relationship if possible.

 

Hope the question makes sense and thank you for any assistance.

 

Richard

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, I think the best way to solve this is to create an additional table in the model.

 

SoftwareOrderProducts

 

OrderIDProduct
1Product 7
1Product 7
2Product 1
2Product 7
2Product 8
2Product 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

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi, I think the best way to solve this is to create an additional table in the model.

 

SoftwareOrderProducts

 

OrderIDProduct
1Product 7
1Product 7
2Product 1
2Product 7
2Product 8
2Product 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

@Anonymous  and @Greg_Deckler - Many thanks for the assistance.

 

Being able to use this approach of delimiting and splitting the columns into rows opens up lots of new possibilities for my use of Power BI.

 

I'm still relatively new to Power BI so if it helps anyone 

 

@fhill suggestion here explains how to copy the required columns to a new table
https://community.powerbi.com/t5/Desktop/Copy-two-columns-to-a-new-table/td-p/215860

 

@MACKnox suggestion explains how to split the columns into rows using a delimiter.
https://community.powerbi.com/t5/Desktop/Split-column-not-into-seperate-columns-but-in-rows/td-p/11194

Greg_Deckler
Super User
Super User

I believe you would want to use SEARCH or FIND in a column.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Sorry, You really did Not get the question!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.