Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have two tables like the following-
Table 1:
Table 2:-
I want a table like this-
Is it possible?
Solved! Go to Solution.
@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
@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
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
If solve your requirement, please mark this answer as SOLUTION
If this comment helps you, please LIKE this comment/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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.