Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

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...
  • v-juanli-msft's avatar
    8 years ago

    Hi Anonymous

    Modeling->New Table

    enter the formula

    Table = CROSSJOIN(Table1,Table2)

     

     

    Best Regards

    Maggie