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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
JessyMG27
Frequent Visitor

LookUp In PowerQuery

I have a column that looks at the responses students have given to the question ' What is your discipline?'  Each numeric value is is a discipline. E.g. 56 = Medicine, 115 = Dentistry etc. 

 

JessyMG27_1-1698313206626.png

I have another table that consists of all the discipline names and the key 

JessyMG27_2-1698313348437.png

How do I make the first column look at the table above and change all the numbers to the actual text. 

Each row in the first table is a response, so I need each response instead of showing a numeric value to show the discipline name that is stated in the second table above. 

Not sure if its just a matter of a custom column 

If anyone could help please! 

Many thanks in advance

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

You could just use the Merge menu to do a Nested Left Outer Join on Index = Key, and then expand just the Disciplines text column.

 

--Nate

View solution in original post

HotChilli
Super User
Super User

From your original post - "Each numeric value is is a discipline. E.g. 56 = Medicine, 115 = Dentistry " so you want to merge on Q33-discipline  and key

View solution in original post

8 REPLIES 8
HotChilli
Super User
Super User

A misunderstanding seems to be happening here.  My previous post is the answer, not another question

Apologies!

Thanks you so much it worked!

HotChilli
Super User
Super User

From your original post - "Each numeric value is is a discipline. E.g. 56 = Medicine, 115 = Dentistry " so you want to merge on Q33-discipline  and key

Yup thats right, so each numeric value in the Q33-discipline should be text  and the text would be the name of the discipline that, that student is in

HotChilli
Super User
Super User

What fields did you merge on?

Can you show a screengrab of the merge screen please?

I did index=key:

 

JessyMG27_0-1698328407413.png

 

Anonymous
Not applicable

You could just use the Merge menu to do a Nested Left Outer Join on Index = Key, and then expand just the Disciplines text column.

 

--Nate

Hi Nate, many thank for replying,

 

I tried doing that when but when i merge and expand it only just copies and pastes the discipline column as it is. 

JessyMG27_1-1698317734841.png

So in the second column in the image above the first reponse '56' should be "Chemistry -Chemistry" and the second response which is '115' should be "Business and Management - Human resources management

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors