Forum Discussion
Anonymous
8 years agoNot applicable
SUMMARIZING TABLES
Hello, I have some knowledge in PBI, but dont know how to do the following: Got 4 tables, with relationships within each others, This is just an example, I need to create just one ...
Phil_Seamark
Microsoft Employee
8 years agoHi Anonymous
Without seeing the actual relatoinships, what happens if you try a calculated table using the following code
New Table = ALL(
'Table1'[Order ID] ,
'Table2'[Delivery Hour] ,
'Table3'[Transport ID] ,
.... etc
)