1

I figured out how to take my audit tables and combine them..

Audit Company Audit Contacts Audit Referrals etc..

So Now I need an additional column in my merged table so I know what table the data came from ? How can I do this in power query?

Alexis Olson
  • 38,724
  • 7
  • 42
  • 64
punkouter
  • 5,170
  • 15
  • 71
  • 116

1 Answers1

1

Before merging the tables add a new column to each table you want to merge:

= Table.AddColumn(#"Source", "Original table", each "Audit Company")
Saaru Lindestøkke
  • 2,067
  • 1
  • 25
  • 51