Forum Discussion
Combining data from multiple tables in to single reporting data point
- Anonymous4 years ago
Hi CMoppet - I would recommend appending the tables into one table in Power Query. Use the Append table function.
After combining the table you should remove any unnecessary columns. If you still need to know which table provide which data, you can add a new column to each table before Combining. In the new column, put something like "Table 1", "Table 2" etc. This can be used in Slicer when visualising the data, or in CALCULATE functions to measures.
Hi CMoppet - I would recommend appending the tables into one table in Power Query. Use the Append table function.
After combining the table you should remove any unnecessary columns. If you still need to know which table provide which data, you can add a new column to each table before Combining. In the new column, put something like "Table 1", "Table 2" etc. This can be used in Slicer when visualising the data, or in CALCULATE functions to measures.