如何在 Power BI 中合并多个 table,同时附加一个包含 table 名称的新列?

How to merge multiple tables in Power BI while also appending a a new column that contains the name of the table ?

我想出了如何进行审计 table 并将它们结合起来..

审计公司 审计联系人 审计推荐等..

所以现在我需要在合并的 table 中添加一个列,这样我就知道 table 数据来自哪里?我怎样才能在电源查询中做到这一点?

在合并 table 之前,为每个要合并的 table 添加一个新列:

= Table.AddColumn(#"Source", "Original table", each "Audit Company")