Forum Discussion
Anonymous
9 years agoNot applicable
Join two tables without unique column (DAX)
Hi, I have two tables table 1 abc_id experiment_id 1 10 4 50 6 12 3 3 table 2 def_id experimen...
Anonymous
9 years agoNot applicable
Anonymous: Can you please explain it in little more detail. I understood the part about creating a new table with just experiment_id? What to do next?
P.S: I am new to this
Anonymous
9 years agoNot applicable
In the table relationships section, link the Dimension table you just created, with the 2 other tables. Now, whenever you want to do something by Equipment ID, you use the Dimension table field instead. Power will string everything together through this table.