Forum Discussion

annapurna's avatar
annapurna
Helper I
8 years ago
Solved

combinaing tables

Hi

I am new to power bi.

1.please can any one help me how to select two tables in power bi desktop one below another?what is the query for it?

2.what is the power bi components?please explain it?

 thanks in advance

 

 

 

  • Hi annapurna

     

    One way is to create a calculated table using DAX

     

    From the Modelling Tab>>NEW TABLE

     

    Table =
    UNION ( Table1, Table2 )
    

     

     

2 Replies