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
Dexter1088
Frequent Visitor

Appending 2 Queries to stack data

Hi There!

 

My Goal is to stack data from 2 tables that are not related.

 

My 2 tables are like this

LAT LONGType
8273623049Retail Store
7446623039Retail Store
7309427282Retail Store

 

LAT LONGType
8368482475Dealer 
8375384852Dealer 
8375933823Dealer 


How do I get them combined so theyre in 1 Table like this?

LAT LONGType
8368482475Dealer 
8375384852Dealer 
8375933823Dealer 
8273623049Retail Store
7446623039Retail Store
7309427282Retail Store


I want to do this so I can MAP everything on 1 layer and color it by Type

 

Thanks!

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Dexter1088 ,

 

On the query editor select one of the tables and do an append, that will give you the expected result, you then should disable the other table from being loaded.

 

https://docs.microsoft.com/en-us/power-bi/desktop-shape-and-combine-data

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

1 REPLY 1
MFelix
Super User
Super User

Hi @Dexter1088 ,

 

On the query editor select one of the tables and do an append, that will give you the expected result, you then should disable the other table from being loaded.

 

https://docs.microsoft.com/en-us/power-bi/desktop-shape-and-combine-data

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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