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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
dashuster
Regular Visitor

Selected row in 1 table to shows multiple related rows in another table

I have Table 1 with a field for each row that has a single field wich contains 0, 1, or many ID's of related rows in another table named "Realated Table 2".

Table 1Related Table 2
a1,3,4,6,7
b2,4
c1,3,4
d6
e3
f4,5

... and I have Table 2

Table 2Related Table 1
1a,c
2b
3a,c,e
4a,b,c
5f
6d
7 

I have expanded Table 1 using delimter in "Related Table 2" field and have:

Table 1Related Table 2Related Table 2.1Related Table 2.2Related Table 2.3Related Table 2.4Related Table 2.5
a1,3,4,6,713467
b2,424   
c1,3,4134  
d66    
e33    
f4,545   

 

What I want to do is select Table 1 Row[A] and display related rows 1,3,4,6,7 in the Table visual on the same page of the report.  

... or "drillthrough" to another page with the rows, 1,3,4,6,7 only.

 

I am new to PBI and my "taste" is a bit ahead of my "skill" - lol

2 REPLIES 2
amitchandak
Super User
Super User

@dashuster , In power query, split the column by delimiters into the rows in both tables and use that join the table and plot on visual

 

https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Already did that.  Its the next step of joining the two

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors