Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Adding additional Data to Existing Table

I am loading a table from Oracle DB. I have a table with the following columns:

 

PER_NER  Email

1                  [email protected]

 

I want to be able to add additional data to this table that I am loading from the Database. For example, below this existing data, I would like to add:

 

2               [email protected]

 

Is this possible? Thank You!

  • Hi,

     

    Depending on number of columns, I would say, you can create a table with in Power BI and use Merge or Append queries options on Edit queries.

2 Replies

  • Mond's avatar
    Mond
    Helper III

    Hi,

     

    Depending on number of columns, I would say, you can create a table with in Power BI and use Merge or Append queries options on Edit queries.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Mond This worked. Thank you!