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
Anonymous
Not applicable

Lookup value from a text field with ID's

Hi

 

I am trying to display the lookup table values in to a Dashboard.

My table structure is 

DivyaNair2022_0-1663576631645.png

 I want to display the column as highlighted in yellow

 

Hope someone can help me with this

 

Thanks

Divya

3 REPLIES 3
Anonymous
Not applicable

i found an alternate way for acheiving this

amitchandak
Super User
Super User

@Anonymous , You need to duplicate the column in the first table and split it by delimiters (The copied column) , and join it with table 2 with the splitted column

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

 

Then you can display this measure

concatenated(Table1, related(Table2[Name]) )

 

 

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
Anonymous
Not applicable

Thanks @amitchandak for helping me with this. 

When we split the column we are actually giving the number of columns to 7 or whatever it is but in my case we don't know how many services the users are going to select so there is no specific number of columns that we can give.

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