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
ajitrikibe
Regular Visitor

connect two tables with starting word

Names  Full namesincome 
AMIT  AMIT das50000 
SANA  AMIT tode40000 
AISH  AMIT faruq230000 
   AISH dole300000 
   AISH wai500000 
      
      
      

 Hello Everyone, I have two tables , 1st table consists of starting name, and 2nd table consists of full name. I want to display chart for all entries present in table 2 if I select data from table 1.

For eg. If I select AMIT from table1 ,then it should select all amit in table 2, and display the income chart

1 ACCEPTED SOLUTION
PattemManohar
Community Champion
Community Champion

@ajitrikibe Here is the step you need to do in "Power Query" using "Split Column" option.

 

Please note - Your data might have middle names as well but still you might need to join only first name (string upto to first space).

 

Source InputSource Input

Split ColumnSplit Column

OutputOutput

 





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




View solution in original post

3 REPLIES 3
PattemManohar
Community Champion
Community Champion

@ajitrikibe Here is the step you need to do in "Power Query" using "Split Column" option.

 

Please note - Your data might have middle names as well but still you might need to join only first name (string upto to first space).

 

Source InputSource Input

Split ColumnSplit Column

OutputOutput

 





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




petrovnikitamai
Resolver V
Resolver V

try to create new column in table2, for example

shortName = left([Full names];4)

and create link betweem to tables t1[Names](1)->(*)t2[shortName]

AkhilAshok
Solution Sage
Solution Sage

Why don't you try splitting the Full Name column using Power Query Editor?

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.