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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.