This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
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
Thank you in advance 😄
Solved! Go to Solution.
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
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
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.
Then I used Expression.Evaluate from an added column that got the data from those table names:
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.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingPrior 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
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |