March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
Solved! Go to Solution.
pls see the attachment below
Proud to be a Super User!
could you pls provide the sample data and expected output?
Proud to be a Super User!
Table1:
Order | Ordertype | Productiondate |
1234 | Queue | 26-11-2022 |
2345 | Queue | 28-11-2022 |
3456 | Open | NULL |
4567 | Queue | 30-11-2022 |
5678 | Open | NULL |
Table2:
Order | Productiondate |
3456 | 29-11-2022 |
5678 | 30-11-2022 |
Both NULL records in 1st table should be filled with the Productiondate from the 2nd table.
pls see the attachment below
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
90 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |