Forum Discussion
Anonymous
8 years agoNot applicable
table matrix - combine ?
Hi, In the first table we have all dates in a year In the second table we have a unique list of employees Now we need a table that shows for each day and employee a record With kind rega...
- 8 years ago
Hi Anonymous
Modeling->New Table
enter the formula
Table = CROSSJOIN(Table1,Table2)
Best Regards
Maggie
v-juanli-msft
Community Support
8 years agoHi Anonymous
Modeling->New Table
enter the formula
Table = CROSSJOIN(Table1,Table2)
Best Regards
Maggie