Forum Discussion

obuolys123's avatar
obuolys123
Icon for Helper I rankHelper I
4 years ago
Solved

Merging 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!