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
abaak
Frequent Visitor

Want to show names instead of id numbers in table 1

Hi all!

 

Shown below are two tables, item and item Category. in item there are 3 item category columns shown id's from item Category. I want to get the names shown instead of the id's. I made a result table aswell want I want to achieve.

 

I showed a companyid aswell because in the table item Category are only three columns with this as the third column. This obviously links to an third table with company names. I just wanted to give u all the info. Maybe this is not working because of this link?

 

I tried merge but can't make it work. need some help!

 

Table: item

itemL1CategoryIditemL2CategoryIditemL3CategoryIdCompanyId
1582
2631
4753
33null4
null nullnull3
6433

 

Table: item Category

itemCategoryIdcompanyIDname
13Electronics
21Computer
35Laptops
48Tablets
56Freezer
67Action camera's
78Kitchen
81Lamps
93Audio

 

Wanted Result:

itemL1CategoryIditemL2CategoryIditemL3CategoryIdCompanyId
ElectronicsFreezerLamps2
ComputerAction camera'sLaptops1
TabletsKitchenFreezer3
LaptopsLaptopsnull4
null nullnull3
Action camera'sTabletsLaptops3

 

thanks in advance!

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

1 REPLY 1
Anonymous
Not applicable

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