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! Request now

Reply
kkalyanrr
Helper V
Helper V

Using look up value to pull all the values not the first or last value

Hello Team,

 

I'm trying to import values from Notes table using lookup value function in to Main table, but the dataset has multiple values. 
And now the interesting thing is I would like to see all the values from the Notes table(not the last one/first one).

 

NotesNotesMainMainNew TableNew Table

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@kkalyanrr

 

You can not add more rows in your main Table via a calculated column.

However you can do something like this (assuming 2 tables are related by ID Column)

 

Calculated Column =
CONCATENATEX ( RELATEDTABLE ( NotesTable ), NotesTable[Note], ", " )

lookup.png

View solution in original post

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

@kkalyanrr

 

You can not add more rows in your main Table via a calculated column.

However you can do something like this (assuming 2 tables are related by ID Column)

 

Calculated Column =
CONCATENATEX ( RELATEDTABLE ( NotesTable ), NotesTable[Note], ", " )

lookup.png

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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