Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply

Append Table include source name

Hello,

 

I need to merge together our team projects to create a dashboard, with the option to filter by the original table name. I've managed to merge my two data tables to create my append table but I'm stuck on how to pull through original source name.

 

I've tried using the ContentTypeID unfortunatelty it only shows ID Number and not the original table name

ShelleyBaynton_1-1626708306890.png

 

Thank you in advance 😄

1 ACCEPTED SOLUTION
mahoneypat
Microsoft Employee
Microsoft Employee

Prior to the append step, add a custom column in both tables to be appended with the same column name.  For example, add a column called "SourceTable" with a formula in the add column pop up of ="Table1" or ="Table2".

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

3 REPLIES 3
edhans
Community Champion
Community Champion

That data isn't available to Power Query. If it is a one time thing, then @mahoneypat solution will work.

If you want to have a little more control over it, consider this. I a table of my table names using the #table function.

edhans_0-1626739354562.png

Then I used Expression.Evaluate from an added column that got the data from those table names:

edhans_1-1626739401528.png

At that point, I just needed to expand the table contents. All data is the same format (column names, etc.) so it automatically does the Append operation.

You can see the full example in this file.

 

 



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
mahoneypat
Microsoft Employee
Microsoft Employee

Prior to the append step, add a custom column in both tables to be appended with the same column name.  For example, add a column called "SourceTable" with a formula in the add column pop up of ="Table1" or ="Table2".

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


@mahoneypat thank you!

 

That worked perfectly 🙂

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.