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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Retrieve from other table

Hello,

 

Let me get straight to the point. I want to retrieve data from another table based on the date.

I have two tables;

 

The first one is as follows: 

melih_0-1651225480095.png

 

The second one is as follows: 

melih_2-1651225737690.png

So in the column "Result" I want to have the work day of the first table, and this linked by the column "Date" and "maand forecast". 

 

Conclusion: I want work day 18 in my second table whereby the date is linked. 

 

Thanks in advance!

1 ACCEPTED SOLUTION
AntonioM
Solution Sage
Solution Sage

Result = LOOKUPVALUE( TABLE1[Work day], TABLE1[Date], TABLE2 [Maand forecast] ) 

 

 

View solution in original post

2 REPLIES 2
AntonioM
Solution Sage
Solution Sage

Result = LOOKUPVALUE( TABLE1[Work day], TABLE1[Date], TABLE2 [Maand forecast] ) 

 

 

Anonymous
Not applicable

Thanks, it worked!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors