Forum Discussion
Join two tables
Hi Anonymous ,
Could you pls provide some sample data for test?
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Hi , Just wanted to check is the one-drive link is working?
- v-kelly-msft5 years agoCommunity Support
Hi Anonymous ,
Sorry for the late reply,I'm testing your data,once I work it out I will give you an update.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
- v-kelly-msft5 years agoCommunity Support
Hi Anonymous ,
To get the details of the order,you could create calculated columns in Table1 using LOOKUPVALUE function one by one,such as below:
_cust PO = LOOKUPVALUE('Table 2'[CUST_PO],'Table 2'[Sales_ORD_HEAD_NO],'Table 1'[SalesOrderId],blank())And you will see:
As for appending table,what's your expected output?Just adding the orders to Table1 or adding the details together to Table1?
If you just wanna show it in a table visual,you could easily achieve it by add the salesorder from Table 2 and other information from table 1 to the visual once you have created the relationship between the 2 tables.
For details,pls check the .pbix file attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!