Forum Discussion

jcastr02's avatar
jcastr02
Icon for Post Prodigy rankPost Prodigy
6 years ago
Solved

Merging tables, data not showing

I have two tables   “Terms Count”   &   “HC Count”    where I am using merge tables to pull data from each and put into new table called  “HC and Terms”      For this example, I’ve filtered for Busin...
  • v-kelly-msft's avatar
    v-kelly-msft
    6 years ago

    Hi  jcastr02 ,

     

    If you wanna show all the rows in 2 tables,you should use "append" instead of "merge".

    Merging  tables is like below:

    While appending tables is like:

    Using "merge",when there 's no matched values ,it will show null.

     

     
    Best Regards,
    Kelly
    Did I answer your question? Mark my post as a solution!