Forum Discussion

jppuam's avatar
jppuam
Helper V
4 years ago
Solved

join 2 different tables

Hello, i'm trying to join 2 tables like this :   table A                                                                                                     table B ID       Date     Category     ...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi jppuam 

    Full outer will merge rows from both TableA and Table B (matching or not matching).

    For example: 

    Table A has dates 2021/01/01 - 2021/01/03.

    Table B has date 2021/01/04.

    If you use Full outer to merge two tables, result is as below.

    Here is a blog about join kind in Merge in Power Query.

    For reference: Choose the Right Merge Join Type in Power BI

    If you want to expand all values in Table B for each Row in Table A, you can try to add custom column.

    Expand rows you need from Table B.


    Best Regards,

    Rico Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.