Forum Discussion

rahulmenon's avatar
rahulmenon
Frequent Visitor
2 years ago
Solved

Creating a unique table with 2 columns which is pulled from multiple tables in the report

Hi Community,   I was trying to create a unique table by combining 2 columns from all the tables available in my report. There are 4 FACT tables in my report. Each table have multiple columns in...
  • HotChilli's avatar
    2 years ago

    You can duplicate each of the fact tables and then remove all columns apart from ID and Name.

    Append the tables together.

    Then select ID and Name in the Appended table result, and Remove Duplicates

  • NishPatel's avatar
    2 years ago

    First of all make a copy of all the tabels in power query using duplicate.  From each table select Client ID and Client Name column and remove other columns. And then use append query to merge all into one table and name this table as Client List. Close and Load power query.