Forum Discussion
obuolys123
Helper I
4 years agoMerging 3 tables into one with particular columns
Hello,
I need to merge several columns from 3 tables that are connected with relationships into 1 table.
I have ORDERS table, XTABLE , BILL table and I need NEW table with :
OrderID, Manager, BillID, BillNumber
Has anyone has any ideas on how to do it and is it possible to do it in DAX?
Thank you!
obuolys123 , Merge in power query
: https://radacad.com/append-vs-merge-in-power-bi-and-power-query
or Join them and put these column together in visual
2 Replies
- amitchandak
Super User
obuolys123 , Merge in power query
: https://radacad.com/append-vs-merge-in-power-bi-and-power-query
or Join them and put these column together in visual
- obuolys123
Helper I
amitchandak , great, it works!!
Thank you!