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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ClemFandango
Helper II
Helper II

RELATED function for Lookup not working

Hi there,

I am having difficulties with the RELATED formula and hoping someone can help? All I am trying to recreate an Excel style Vlookup table. Am I going about this wrong way?

I have two Queries, TEST1 & LOOKUP. I am trying to add a new column in TEST1 that will return the value from the ‘Area’ column in the LOOKUP query column, where ‘Type (name)’ (from TEST1) matches ‘Type (name)’ (from LOOKUP).

This is the code so far that I am placing inside a Custom Column

[#"Type (name)"] = RELATED(LOOKUP[Area])

I have created a one to many relationship for the Type (name) in TEST1 & LOOKUP

But this is the error message. Does anyone have any idea where I am going wrong?

ClemFandango_0-1669728245134.png

Any help massively appreciated

1 ACCEPTED SOLUTION
lukiz84
Memorable Member
Memorable Member

You are trying to use DAX functions in PowerQuery.

View solution in original post

2 REPLIES 2
lukiz84
Memorable Member
Memorable Member

You are trying to use DAX functions in PowerQuery.

Ha! Thank you. You might not beleive this, but this has helped massivley. I never released that DAX was not part of Power Query. Oh dear.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors