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
daydream1989
Helper I
Helper I

How can i refer the data in table 1 to table 2

table 1table 1table 2table 2Hi, I have two tables in Power BI, table 1 is a reference table that shows document type and the document type description, while table 2 is a list of transactions, which only shows the document type. How can i create a column in table 2 and do something like 'vlookup' the document type in table 1 and show toe document type description in table 2? Please help. 

1 ACCEPTED SOLUTION
AKNiang
Frequent Visitor

Hi,

 

You have to create a calculated column.

Use the function LOOKUP:

 

The syntax is easy.

 

LOOKUPVALUE(
<result_columnName>,
<search_columnName>,
<search_value>,
 <alternateResult>] )

 

Consider to mark this question as solved

 

My LinkedIn profile: Abdoul Karim Niang | LinkedIn

 

View solution in original post

3 REPLIES 3
AKNiang
Frequent Visitor

Hi,

 

You have to create a calculated column.

Use the function LOOKUP:

 

The syntax is easy.

 

LOOKUPVALUE(
<result_columnName>,
<search_columnName>,
<search_value>,
 <alternateResult>] )

 

Consider to mark this question as solved

 

My LinkedIn profile: Abdoul Karim Niang | LinkedIn

 

It works. Thanks!

ryan_mayu
Super User
Super User

@daydream1989 

you can try merge tables in pq

Tutorial: Shape and combine data in Power BI Desktop - Power BI | Microsoft Learn

or you can use lookupvalue or related

RELATED function (DAX) - DAX | Microsoft Learn

LOOKUPVALUE function (DAX) - DAX | Microsoft Learn





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




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.