Forum Discussion
guilhem
9 years agoFrequent Visitor
how to join tables
Hello, I have the following tables I would like to make a new table as per follows select Issue ID Unit Name Cap Date From Sheet1 join Sheet2, Sheet3 Where (Shee...
- 9 years ago
I finally got the solution ...
Make a new table ...
Table = Filter( Crossjoin ( table A, TableB ), cond1&&cond2&&cond3....)
And it works ...
dkay84_PowerBI
Microsoft Employee
9 years agoThis is all done in the query editor. Are you familiar with this part of Power BI (Get and Transform, formerly Power Query, in Excel)?
guilhem
9 years agoFrequent Visitor
I finally got the solution ...
Make a new table ...
Table = Filter( Crossjoin ( table A, TableB ), cond1&&cond2&&cond3....)
And it works ...