Forum Discussion
Anonymous
3 years agoNot applicable
Join two tables repeating rows
So, I think it's a simple problme, but I can't resolve it on time. I have a table A with two columns: Employee and Code. And table two with two columns too: Code and Course. Table 1: ...
- 3 years ago
NewTable=GENERATE(Table1,CALCUATETABLE(VALUES(Table2[Course]),TREATAS(VALUES(Table1[Code]),Table2[Code])))
wdx223_Daniel
Community Champion
3 years agoNewTable=GENERATE(Table1,CALCUATETABLE(VALUES(Table2[Course]),TREATAS(VALUES(Table1[Code]),Table2[Code])))
- Anonymous3 years agoNot applicable
It works. Thank you!!