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

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.

Reply
jdevalk77
Frequent Visitor

add custom column based on 2 different tables

Hi, I need some help;

 

I have 2 tables with a production date and both are linked with an ordernumber.

Now I would like to add a custom column;
If 'table1'[ordertype] = "open" THEN 'table1'[Productiondate] ELSE 'table2'[Productiondate]

Does anyone know what formula I should use?
Thanks in advance.


BR,

Jurgen

1 ACCEPTED SOLUTION

@jdevalk77 

pls see the attachment below





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

Proud to be a Super User!




View solution in original post

3 REPLIES 3
ryan_mayu
Super User
Super User

could you pls provide the sample data and expected output?





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

Proud to be a Super User!




Table1:

OrderOrdertypeProductiondate
1234Queue26-11-2022
2345Queue28-11-2022
3456OpenNULL
4567Queue30-11-2022
5678OpenNULL

 

Table2:

OrderProductiondate
345629-11-2022
567830-11-2022

 

Both NULL records in 1st table should be filled with the Productiondate from the 2nd table.

@jdevalk77 

pls see the attachment below





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

Proud to be a Super User!




Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.