Forum Discussion

jhaast's avatar
jhaast
Helper II
6 years ago
Solved

Create a table with repeated labels

Hi everybody,   I'm trying to create a new table with repeated labels. Table A is a table with dates, Table B is a table with the business units. I want to create a table which repeats the date v...
  • HotChilli's avatar
    HotChilli
    6 years ago

    OK, you have two choices:

    1. Create the date table in Power Query and Add the column as in the first post.

     

    Or

    2. Create the new table in DAX which would be CROSSJOIN (Table A, Table B)