Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Group, Merge or concatenate Table

I have to concatenate 4 tables.

 

Turn this

Table: 2014

Column: ID, Year, Value

Table: 2015

Column: ID, Year, Value

Table: 2016

Column: ID, Year, Value

Table: 2017

Column: ID, Year, Value

 

in

 

Table: Years

Colum ID = ID of 2014,2015,2016,2017

Colum Year = Year of 2014,2015,2016,2017

Colum Value = Value of 2014,2015,2016,2017

 

If is possible in power query

 

Ty

5 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      No, in power bi

       

      Can I solve with append?

      Is it the better pratice?

       

      • TalAruety's avatar
        TalAruety
        Advocate I

        I am not sure what are you aiming for then.

        Can you please eablorate?

         

        What  i understand is that you have 4 tables in powerbi model, and you want to union them into a single one using DAX?