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
Cortana
Helper IV
Helper IV

How to merge and join two tables by date?

I have two tables like the following- 

Table 1:
Table 1.jpg

Table 2:-

Table 2.jpg

I want a table like this-

Table 3.jpg

Is it possible? 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Cortana , Use Append in power query and try


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

Append Tables (Power Query)
https://www.youtube.com/watch?v=KyXIDInZMxk&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=15

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

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Cortana , Use Append in power query and try


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

Append Tables (Power Query)
https://www.youtube.com/watch?v=KyXIDInZMxk&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=15

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

Thanks for your suggestions. I have tried that one. Does not work.

Hi @Cortana 

Please check the DataType of the Date column, 
All table you want to join should be same datatype
Means
Table A, if Date column datatype is Date, then Table B Date column datatype should be Date
Table A, if Date column datatype is Datetime, then Table B Date column datatype should be Datetime
Table A, if Date column datatype is Text, then Table B Date column datatype should be Text
Check and try
01.png

 

If solve your requirement, please mark this answer as SOLUTION
If this comment helps you, please LIKE this comment/Kudos




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Thanks a lot. Actually, my real data has many columns. It was messed up. It's solved now with append queries. Thanks again.

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