Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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:
The second one is as follows:
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!
Solved! Go to Solution.
Result = LOOKUPVALUE( TABLE1[Work day], TABLE1[Date], TABLE2 [Maand forecast] )
Result = LOOKUPVALUE( TABLE1[Work day], TABLE1[Date], TABLE2 [Maand forecast] )
Thanks, it worked!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.