Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
jcastr02
Post Prodigy
Post Prodigy

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 Business Unit – Chandler, and File Date as “1/1/2020”.  

 

When merging I use Join Kind – left outer, but I notice that four items from “Top LOB” from the  Terms Count table (in yellow) do not populate into the new table.   Please see screen shot....merge tables2.png                      

1 ACCEPTED SOLUTION

Hi  @jcastr02 ,

 

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

Merging  tables is like below:

Annotation 2020-09-04 165315.png

While appending tables is like:

Annotation 2020-09-04 170032.png

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!

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

@jcastr02 , while join it shows how many rows match, check that number, try right or full outer join

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak I tried those, but still doesn't come up...there may be instances were there may not be a value for a specific LOB (line of business in one of the two tables) is there a way around it.....or a better way to join information from two tables?

@jcastr02 , is this not case of append columns(text and dimension) are the same .

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

also check

https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Do you know why I would get "null" in some cases, when there is a count in the terms Count? @amitchandak

Hi  @jcastr02 ,

 

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

Merging  tables is like below:

Annotation 2020-09-04 165315.png

While appending tables is like:

Annotation 2020-09-04 170032.png

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!

Helpful resources

Announcements
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors